aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index 73b560b..7577081 100644
--- a/src/util.c
+++ b/src/util.c
@@ -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