Fixed invalid connection count

This commit is contained in:
Tatsuhiro Tsujikawa 2007-07-05 15:14:00 +00:00
parent 800bc3a6c3
commit e52e0fa01f
9 changed files with 54 additions and 23 deletions

View file

@ -37,6 +37,8 @@
RequestGroupEntry::~RequestGroupEntry()
{
--_requestGroup->numConnection;
if(_shouldAddNumConnection) {
--_requestGroup->numConnection;
}
delete _nextDownloadCommand;
}