diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-07 00:19:04 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-09-07 00:19:04 +0000 |
commit | 70f2321ae80ff5198d7775b09dc11bc3978bae4e (patch) | |
tree | 6be46650da726c027755e4380520655251e63638 | |
parent | d57b55823ee8159c49b527f85376616a338a7c0b (diff) |
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
-rw-r--r-- | m_option.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |