Properly compare mem_num_malloced == mem_num_freed12/head
commit94b6918179f5a40c229e18172ef3bfa87f85afa6
authorNelson A. de Oliveira <naoliv@debian.org>
Thu, 28 Sep 2017 03:55:33 +0000 (28 00:55 -0300)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2017 03:55:33 +0000 (28 00:55 -0300)
tree2c08fa72bd3f002587d113230eace3d376fbaae5
parentde7f920f4d8fc858b448d118189c791fe8d7fbca
Properly compare mem_num_malloced == mem_num_freed

Of course we want to compare the number of mallocs with the number of freed memory, and not the number of mallocs with itself ;-)
mem.c