mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 14:07:37 +03:00
Fixed invalid connection count
This commit is contained in:
parent
800bc3a6c3
commit
e52e0fa01f
9 changed files with 54 additions and 23 deletions
|
@ -37,6 +37,8 @@
|
|||
|
||||
RequestGroupEntry::~RequestGroupEntry()
|
||||
{
|
||||
--_requestGroup->numConnection;
|
||||
if(_shouldAddNumConnection) {
|
||||
--_requestGroup->numConnection;
|
||||
}
|
||||
delete _nextDownloadCommand;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue