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:
Lennart Poettering 2007-07-25 14:44:00 +00:00
parent f42e4438eb
commit e339d4b9c4

View file

@ -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;