зеркало из https://github.com/mozilla/pjs.git
fixes bug 200971 "nsConnectionEntry is leaked" patch=bryner r=dougt sr=darin
This commit is contained in:
Родитель
fddd611023
Коммит
df4003080d
|
@ -313,6 +313,7 @@ nsHttpConnectionMgr::PruneDeadConnectionsCB(nsHashKey *key, void *data, void *cl
|
|||
ent->mActiveConns.Count() == 0 &&
|
||||
ent->mPendingQ.Count() == 0) {
|
||||
LOG((" removing empty connection entry\n"));
|
||||
delete ent;
|
||||
return kHashEnumerateRemove;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче