mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
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:
parent
e339d4b9c4
commit
9cc20b46b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue