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) {