fix non-debug builds
This commit is contained in:
parent
40071fb06d
commit
afd76e003d
@ -32,7 +32,7 @@ void capwap_backtrace_callstack(void);
|
||||
/* Standard memory management */
|
||||
#define capwap_alloc(l) ({ void* __x = malloc(l); if (!__x) capwap_outofmemory(); __x; })
|
||||
#define capwap_free(x) free(x)
|
||||
#define capwap_check_memory_leak(x)
|
||||
#define capwap_check_memory_leak(x) (0)
|
||||
#define capwap_dump_memory()
|
||||
#define capwap_backtrace_callstack()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user