diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mallochook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mallochook.c b/src/mallochook.c index 62e14f3a..b33f2e3e 100644 --- a/src/mallochook.c +++ b/src/mallochook.c @@ -709,7 +709,7 @@ typedef struct simple_jmp_s { static void addRelocJmp(void* offs, void* where, size_t size, const char* name, elfheader_t* h) { - if(malloc_hack_2 && !strcmp(name, "free")) { + if(0 && malloc_hack_2 && !strcmp(name, "free")) { if(!real_free /*&& !strcmp(name, "free")*/) real_free = (uintptr_t)offs; // a bridge jump is roughly 32 bytes |