X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/3bccb704b6cc9c1ba0ef2cd3ffb33a49bec039d5..061878b5a47ed9aa05d12430b039874b63c29a84:/src/pulsecore/client.c diff --git a/src/pulsecore/client.c b/src/pulsecore/client.c index e6e8b528..a8fde9fe 100644 --- a/src/pulsecore/client.c +++ b/src/pulsecore/client.c @@ -6,7 +6,7 @@ PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation; either version 2 of the License, + by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. PulseAudio is distributed in the hope that it will be useful, but @@ -103,9 +103,9 @@ void pa_client_free(pa_client *c) { pa_subscription_post(c->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_REMOVE, c->index); pa_assert(pa_idxset_isempty(c->sink_inputs)); - pa_idxset_free(c->sink_inputs, NULL, NULL); + pa_idxset_free(c->sink_inputs, NULL); pa_assert(pa_idxset_isempty(c->source_outputs)); - pa_idxset_free(c->source_outputs, NULL, NULL); + pa_idxset_free(c->source_outputs, NULL); pa_proplist_free(c->proplist); pa_xfree(c->driver);