]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/protocol-http.c
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
[pulseaudio] / src / pulsecore / protocol-http.c
index d7456345821ea596b4469c6439e6353a6f14b1cc..400150fb407158eb706a85c93d768c63b76bc756 100644 (file)
@@ -786,7 +786,7 @@ void pa_http_protocol_unref(pa_http_protocol *p) {
     while ((c = pa_idxset_first(p->connections, NULL)))
         connection_unlink(c);
 
-    pa_idxset_free(p->connections, NULL, NULL);
+    pa_idxset_free(p->connections, NULL);
 
     pa_strlist_free(p->servers);