changeset 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 5a4407e83a94
children 3523630c28cf
files m_option.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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) {