From 70f2321ae80ff5198d7775b09dc11bc3978bae4e Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 7 Sep 2005 00:19:04 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16426 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index 13551cd26c..67a445ebe1 100644 --- a/m_option.c +++ b/m_option.c @@ -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) { -- cgit v1.2.3