projects
/
ecparse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0660d2d
)
free line after parsing link
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 5 Jul 2008 19:27:13 +0000
(21:27 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 5 Jul 2008 19:27:13 +0000
(21:27 +0200)
CollectionReader.cpp
patch
|
blob
|
history
diff --git
a/CollectionReader.cpp
b/CollectionReader.cpp
index
ac33a7e
..
10cd9dc
100644
(file)
--- a/
CollectionReader.cpp
+++ b/
CollectionReader.cpp
@@
-53,6
+53,7
@@
ED2KLink* CollectionReader::getNextLink() {
growingBuffer.cut();
GlobalSettings::isVerbose() && fprintf(stderr, "[%s:%d] got line: %s\n", __FILE__, __LINE__, line);
ED2KLink* ed2kLink = ED2KLink::parseED2KLink(line);
+ free(line);
return ed2kLink;
} else {
}