From 0c771b6e798619df47a5483672f98e4d16295054 Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 6 Jul 2023 09:08:01 +0000 Subject: almost working ordering --- src/util.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/util.c') 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 -- cgit v1.2.3