mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
idxset: Use pa_free_cb_t instead of pa_free2_cb_t
There were no users for the userdata pointer.
This commit is contained in:
parent
43e7868008
commit
061878b5a4
27 changed files with 81 additions and 119 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue