mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
removed debug output
This commit is contained in:
parent
0db48a8109
commit
1c8121a89e
@ -118,7 +118,6 @@ while(<STDIN>) {
|
|||||||
}
|
}
|
||||||
# fclose(0x1026c8)
|
# fclose(0x1026c8)
|
||||||
elsif($function =~ /fclose\(0x([0-9a-f]*)\)/) {
|
elsif($function =~ /fclose\(0x([0-9a-f]*)\)/) {
|
||||||
print "CLOSE $1\n";
|
|
||||||
if(!$fopen{$1}) {
|
if(!$fopen{$1}) {
|
||||||
print "fclose() without fopen(): $line\n";
|
print "fclose() without fopen(): $line\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user