mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
just removed some example lines in the top comment
This commit is contained in:
parent
4e8ddedc8f
commit
debdd93e1b
@ -4,15 +4,7 @@
|
|||||||
#
|
#
|
||||||
# MEM mprintf.c:1094 malloc(32) = e5718
|
# MEM mprintf.c:1094 malloc(32) = e5718
|
||||||
# MEM mprintf.c:1103 realloc(e5718, 64) = e6118
|
# MEM mprintf.c:1103 realloc(e5718, 64) = e6118
|
||||||
# MEM mprintf.c:1103 realloc(e6118, 128) = e6118
|
|
||||||
# MEM url.c:268 malloc(52208) = e6288
|
|
||||||
# MEM url.c:276 malloc(256) = f2e80
|
|
||||||
# MEM url.c:692 malloc(4520) = f2f88
|
|
||||||
# MEM hostip.c:122 malloc(9000) = f4138
|
|
||||||
# MEM mprintf.c:1094 malloc(32) = e5740
|
|
||||||
# MEM sendf.c:254 malloc(394) = f6628
|
|
||||||
# MEM sendf.c:232 free(f6520)
|
# MEM sendf.c:232 free(f6520)
|
||||||
# MEM sendf.c:211 free(f6628)
|
|
||||||
|
|
||||||
do {
|
do {
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
@ -20,7 +12,6 @@ do {
|
|||||||
}
|
}
|
||||||
} while (shift @ARGV);
|
} while (shift @ARGV);
|
||||||
|
|
||||||
|
|
||||||
while(<STDIN>) {
|
while(<STDIN>) {
|
||||||
chomp $_;
|
chomp $_;
|
||||||
$line = $_;
|
$line = $_;
|
||||||
|
Loading…
Reference in New Issue
Block a user