projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b5748
)
bugfix
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 20 Feb 2001 13:58:56 +0000
(13:58 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 20 Feb 2001 13:58:56 +0000
(13:58 +0000)
memanalyze.pl
patch
|
blob
|
history
diff --git
a/memanalyze.pl
b/memanalyze.pl
index 86c967c8c0987d17068d73152b8fb009b3d6eb4b..faca19c04daaa0fde4d903dcbd06eedc37c2a0a8 100755
(executable)
--- 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";
}