mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
Free() panics are no longer deadly
This commit is contained in:
@@ -126,7 +126,8 @@ void Free(char **mem)
|
||||
{
|
||||
debug("(Free) PANIC: Free(0x"mx_pfmt"); Unregistered memory block\n",(mx_ptr)src);
|
||||
run_debug();
|
||||
exit(1);
|
||||
//exit(1); // overreacting. just ignore it and accept the leak.
|
||||
return;
|
||||
}
|
||||
mp = mp->next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user