mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-12 13:30:10 -05:00
update static free list usage in hashmap
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1527 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f42e4438eb
commit
e339d4b9c4
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ struct pa_hashmap {
|
|||
pa_compare_func_t compare_func;
|
||||
};
|
||||
|
||||
PA_STATIC_FLIST_DECLARE(entries, 0);
|
||||
PA_STATIC_FLIST_DECLARE(entries, 0, pa_xfree);
|
||||
|
||||
pa_hashmap *pa_hashmap_new(pa_hash_func_t hash_func, pa_compare_func_t compare_func) {
|
||||
pa_hashmap *h;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue