forked from atheme/libmowgli-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/heap.disabled: rip out HEAP_DEBUG code
There's little point in basically just reporting the equivalent of malloc()/free() each time it happens; there isn't really anything to debug here. This also fixes a bug introduced in 101e46d; the HEAP_DEBUG code had not been properly adjusted and still referenced a variable removed in that commit, thus breaking compilation with HEAP_DEBUG enabled.
- Loading branch information
Showing
1 changed file
with
0 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters