[pulseaudio-commits] r2258 - /branches/glitch-free/src/pulsecore/sound-file-stream.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Fri Apr 11 10:02:43 PDT 2008


Author: lennart
Date: Fri Apr 11 19:02:42 2008
New Revision: 2258

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2258&root=pulseaudio&view=rev
Log:
properly initialize ->memblockq

Modified:
    branches/glitch-free/src/pulsecore/sound-file-stream.c

Modified: branches/glitch-free/src/pulsecore/sound-file-stream.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/sound-file-stream.c?rev=2258&root=pulseaudio&r1=2257&r2=2258&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/sound-file-stream.c (original)
+++ branches/glitch-free/src/pulsecore/sound-file-stream.c Fri Apr 11 19:02:42 2008
@@ -247,6 +247,7 @@
     u->sink_input = NULL;
     u->sndfile = NULL;
     u->readf_function = NULL;
+    u->memblockq = NULL;
 
     memset(&sfinfo, 0, sizeof(sfinfo));
 




More information about the pulseaudio-commits mailing list