[Mplayer-cvslog] CVS: main subreader.c,1.72,1.73

Arpi of Ize arpi at mplayerhq.hu
Thu Oct 17 02:53:17 CEST 2002


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

Modified Files:
	subreader.c 
Log Message:
small memleaks


Index: subreader.c
===================================================================
RCS file: /cvsroot/mplayer/main/subreader.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- subreader.c	6 Oct 2002 02:59:04 -0000	1.72
+++ subreader.c	17 Oct 2002 00:53:14 -0000	1.73
@@ -923,6 +923,8 @@
   }
  }
  
+ free(sub_name2);
+ free(sub_name1);
  return NULL;
 }
 




More information about the MPlayer-cvslog mailing list