# HG changeset patch # User reimar # Date 1126052344 0 # Node ID 7ca9d8c0ae479ef5965e7b1d90940a59ac9ff657 # Parent 5a4407e83a9434a856f0c00155694311194b3f6b 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. diff -r 5a4407e83a94 -r 7ca9d8c0ae47 m_option.c --- a/m_option.c Tue Sep 06 23:11:30 2005 +0000 +++ b/m_option.c Wed Sep 07 00:19:04 2005 +0000 @@ -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) {