]> code.delx.au - pulseaudio/blobdiff - src/modules/bluetooth/module-bluetooth-discover.c
hashmap: Add the ability to free keys
[pulseaudio] / src / modules / bluetooth / module-bluetooth-discover.c
index cbd56ccc425b95c6c760e200d29c542228dce29d..4ebf298a5d668d28ef24d2690344d95594e71fb0 100644 (file)
@@ -184,7 +184,7 @@ void pa__done(pa_module* m) {
             pa_xfree(mi);
         }
 
-        pa_hashmap_free(u->hashmap, NULL);
+        pa_hashmap_free(u->hashmap);
     }
 
     if (u->modargs)