summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-07 00:19:04 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-07 00:19:04 +0000
commit70f2321ae80ff5198d7775b09dc11bc3978bae4e (patch)
tree6be46650da726c027755e4380520655251e63638 /m_option.c
parentd57b55823ee8159c49b527f85376616a338a7c0b (diff)
downloadmpv-70f2321ae80ff5198d7775b09dc11bc3978bae4e.tar.bz2
mpv-70f2321ae80ff5198d7775b09dc11bc3978bae4e.tar.xz
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
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c2
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) {