mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
2009-10-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed memory leak. * src/DownloadCommand.cc
This commit is contained in:
parent
83e87160ac
commit
51ba780c76
@ -1,3 +1,8 @@
|
||||
2009-10-05 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Fixed memory leak.
|
||||
* src/DownloadCommand.cc
|
||||
|
||||
2009-10-04 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Removed server, port, user and passwd key from options before
|
||||
|
@ -101,6 +101,7 @@ DownloadCommand::DownloadCommand(int cuid,
|
||||
DownloadCommand::~DownloadCommand() {
|
||||
peerStat->downloadStop();
|
||||
_requestGroup->getSegmentMan()->updateFastestPeerStat(peerStat);
|
||||
delete [] _buf;
|
||||
}
|
||||
|
||||
bool DownloadCommand::executeInternal() {
|
||||
|
Loading…
Reference in New Issue
Block a user