diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -106,8 +106,9 @@ void sig_handle(void){ #endif } - if(allocs==frees) - info("even allocations, no internal leaks"); + //if(allocs==frees) + else + info("even allocations, no internal leaks"); if(allocations!=NULL) (free)(allocations); #endif |