1
mirror of https://github.com/mpv-player/mpv synced 2024-12-20 09:05:56 +01:00

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
This commit is contained in:
reimar 2005-09-07 00:19:04 +00:00
parent d57b55823e
commit 70f2321ae8

View File

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