update static free list usage in asyncmsgq

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1528 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-07-25 14:44:25 +00:00
parent e339d4b9c4
commit 9cc20b46b7

View file

@ -39,7 +39,7 @@
#include "asyncmsgq.h" #include "asyncmsgq.h"
PA_STATIC_FLIST_DECLARE(asyncmsgq, 0); PA_STATIC_FLIST_DECLARE(asyncmsgq, 0, pa_xfree);
struct asyncmsgq_item { struct asyncmsgq_item {
int code; int code;