[MPlayer-cvslog] CVS: main/libmpdemux demuxer.h,1.89,1.90
    Jindrich Makovicka CVS 
    syncmail at mplayerhq.hu
       
    Sun Feb 12 18:01:32 CET 2006
    
    
  
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv23106
Modified Files:
	demuxer.h 
Log Message:
do not forget to initialize dp->buffer
Index: demuxer.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demuxer.h,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- demuxer.h	12 Feb 2006 10:51:04 -0000	1.89
+++ demuxer.h	12 Feb 2006 17:01:30 -0000	1.90
@@ -190,6 +190,7 @@
   dp->flags=0;
   dp->refcount=1;
   dp->master=NULL;
+  dp->buffer=NULL;
   if (len > 0 && (dp->buffer = (unsigned char *)malloc(len + 8)))
     memset(dp->buffer + len, 0, 8);
   else
    
    
More information about the MPlayer-cvslog
mailing list