bugfix
This commit is contained in:
		@@ -145,7 +145,7 @@ if($totalmem) {
 | 
				
			|||||||
    for(keys %sizeataddr) {
 | 
					    for(keys %sizeataddr) {
 | 
				
			||||||
        $addr = $_;
 | 
					        $addr = $_;
 | 
				
			||||||
        $size = $sizeataddr{$addr};
 | 
					        $size = $sizeataddr{$addr};
 | 
				
			||||||
        if($size) {
 | 
					        if($size > 0) {
 | 
				
			||||||
            print "At $addr, there's $size bytes.\n";
 | 
					            print "At $addr, there's $size bytes.\n";
 | 
				
			||||||
            print " allocated by ".$getmem{$addr}."\n";
 | 
					            print " allocated by ".$getmem{$addr}."\n";
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user