diff options
author | amy <[email protected]> | 2023-07-06 09:08:01 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-07-06 09:08:01 +0000 |
commit | 0c771b6e798619df47a5483672f98e4d16295054 (patch) | |
tree | 413c6cf2901b3f7a6191f950f194c00f0fc7e4b6 /src/util.c | |
parent | d9c4bae85ef6eb8dd4f69f2cbae1b9cc980fac83 (diff) |
almost working ordering
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 |