diff options
Diffstat (limited to 'm_option.c')
-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) { |