mirror of
https://github.com/curl/curl.git
synced 2026-07-16 12:17:17 +03:00
bugfix
This commit is contained in:
parent
63b5748eb6
commit
5f3d63ed5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue