From 5f3d63ed5b17ce1803b5e2b61b53d27ec732f302 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 20 Feb 2001 13:58:56 +0000 Subject: bugfix --- memanalyze.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memanalyze.pl b/memanalyze.pl index 86c967c8c..faca19c04 100755 --- a/memanalyze.pl +++ b/memanalyze.pl @@ -145,7 +145,7 @@ if($totalmem) { for(keys %sizeataddr) { $addr = $_; $size = $sizeataddr{$addr}; - if($size) { + if($size > 0) { print "At $addr, there's $size bytes.\n"; print " allocated by ".$getmem{$addr}."\n"; } -- cgit v1.2.3