aboutsummaryrefslogtreecommitdiff
path: root/memanalyze.pl
diff options
context:
space:
mode:
Diffstat (limited to 'memanalyze.pl')
-rwxr-xr-xmemanalyze.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/memanalyze.pl b/memanalyze.pl
index c2ac11e7b..aa6db4c81 100755
--- a/memanalyze.pl
+++ b/memanalyze.pl
@@ -118,7 +118,6 @@ while(<STDIN>) {
}
# fclose(0x1026c8)
elsif($function =~ /fclose\(0x([0-9a-f]*)\)/) {
- print "CLOSE $1\n";
if(!$fopen{$1}) {
print "fclose() without fopen(): $line\n";
}