]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/mutex-win32.c
hashmap: Add the ability to free keys
[pulseaudio] / src / pulsecore / mutex-win32.c
index 01e8b4ace1f67bc5ca4d7c6dc170056ae6a917ef..46935a743c3ddfef58635048ffba3ebcd2607c3c 100644 (file)
@@ -80,7 +80,7 @@ pa_cond *pa_cond_new(void) {
 void pa_cond_free(pa_cond *c) {
     assert(c);
 
-    pa_hashmap_free(c->wait_events, NULL);
+    pa_hashmap_free(c->wait_events);
     pa_xfree(c);
 }