[Mplayer-cvslog] CVS: main/libmpdemux demux_ogg.c,1.14,1.15

Arpi of Ize arpi at mplayerhq.hu
Wed Oct 16 22:17:23 CEST 2002


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv32282

Modified Files:
	demux_ogg.c 
Log Message:
memleak fix


Index: demux_ogg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_ogg.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- demux_ogg.c	15 Sep 2002 22:38:30 -0000	1.14
+++ demux_ogg.c	16 Oct 2002 20:17:20 -0000	1.15
@@ -416,6 +416,7 @@
     /// Error
     if(np < 0) {
       mp_msg(MSGT_DEMUX,MSGL_DBG2,"OGG demuxer : Bad page sync\n");
+      free(ogg_d);
       return 0;
     }
     /// Need some more data




More information about the MPlayer-cvslog mailing list