I was continuing through a loop when I wasn't supposed to be

git-svn-id: svn://10.0.0.236/trunk@34605 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
valeski%netscape.com
1999-06-10 15:13:37 +00:00
parent 9c2b61909b
commit aa6822fa14

View File

@@ -104,6 +104,7 @@ nsNetModuleMgr::UnregisterModule(const char *aTopic, nsIEventQueue *aEventQueue,
if (same) {
NS_RELEASE(curEntry);
mEntries->DeleteElementAt(i);
break;
}
NS_RELEASE(curEntry); // ditch our ref to it
}