diff m_option.c @ 16425:7ca9d8c0ae47

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.
author reimar
date Wed, 07 Sep 2005 00:19:04 +0000
parents feb16d0117c8
children ec4a53c1c40b
line wrap: on
line diff
--- a/m_option.c	Tue Sep 06 23:11:30 2005 +0000
+++ b/m_option.c	Wed Sep 07 00:19:04 2005 +0000
@@ -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) {