view loader/config.h @ 15321:1568ad46dc78

Fix the memleak fix: in case of error, demux_close_ogg should be called only once and demuxer->priv be freed.
author reimar
date Mon, 02 May 2005 07:59:12 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif