[MPlayer-cvslog] CVS: main/libmpdemux demux_film.c,1.17,1.18

Roberto Togni CVS syncmail at mplayerhq.hu
Sat Mar 11 00:51:43 CET 2006


CVS change done by Roberto Togni CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv28764

Modified Files:
	demux_film.c 
Log Message:
Fix memory leak cid 176


Index: demux_film.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_film.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- demux_film.c	17 Feb 2006 01:57:40 -0000	1.17
+++ demux_film.c	10 Mar 2006 23:51:41 -0000	1.18
@@ -237,6 +237,7 @@
   if (chunk_type != CHUNK_FILM)
   {
     mp_msg(MSGT_DEMUX, MSGL_ERR, "Not a FILM file\n");
+    free(film_data);
     return(NULL);    
   }
 




More information about the MPlayer-cvslog mailing list