X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/43e786800850938fd68877634ce6288b04bd45a7..061878b5a47ed9aa05d12430b039874b63c29a84:/src/pulsecore/protocol-cli.c diff --git a/src/pulsecore/protocol-cli.c b/src/pulsecore/protocol-cli.c index da648744..cc6eeeef 100644 --- a/src/pulsecore/protocol-cli.c +++ b/src/pulsecore/protocol-cli.c @@ -134,7 +134,7 @@ void pa_cli_protocol_unref(pa_cli_protocol *p) { while ((c = pa_idxset_first(p->connections, NULL))) cli_unlink(p, c); - pa_idxset_free(p->connections, NULL, NULL); + pa_idxset_free(p->connections, NULL); pa_assert_se(pa_shared_remove(p->core, "cli-protocol") >= 0);