[MPlayer-cvslog] CVS: main m_option.c,1.39,1.40

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Sep 7 02:19:07 CEST 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	m_option.c 
Log Message:
Do not define NO_FREE, it causes a giant memleak with -loop 0 and a short file.
If this causes problems these should be fixed instead of using this hack.


Index: m_option.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_option.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- m_option.c	2 Sep 2005 08:29:30 -0000	1.39
+++ m_option.c	7 Sep 2005 00:19:04 -0000	1.40
@@ -15,7 +15,7 @@
 
 // Don't free for 'production' atm
 #ifndef MP_DEBUG
-#define NO_FREE
+//#define NO_FREE
 #endif
 
 m_option_t* m_option_list_find(m_option_t* list,char* name) {




More information about the MPlayer-cvslog mailing list