mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
bugfix
This commit is contained in:
parent
63b5748eb6
commit
5f3d63ed5b
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user