mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
properly initialize ->memblockq
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2258 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
cdb273de90
commit
dbe36333f3
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ int pa_play_file(
|
|||
u->sink_input = NULL;
|
||||
u->sndfile = NULL;
|
||||
u->readf_function = NULL;
|
||||
u->memblockq = NULL;
|
||||
|
||||
memset(&sfinfo, 0, sizeof(sfinfo));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue