[pulseaudio-discuss] Simplify list free functions

Maarten Bosmans mkbosmans at gmail.com
Fri Nov 18 00:58:07 PST 2011


These two patches convert pa_queue and pa_dynarray to use simple free functions,
with only a function pointer argument that frees the list elements, dropping the
userdata argument.  pa_asyncq and pa_flist already use this style of free function,
patches for pa_hashmap and pa_idxset will follow later.

[PATCH 1/2] Use simple free function in pa_dynarray_free
[PATCH 2/2] Use simple free function in pa_queue_free

Maarten


More information about the pulseaudio-discuss mailing list