mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Bug 1214200: avoid double NS_RELEASE(), r=mcmanus
This commit is contained in:
parent
4cd7fec6a8
commit
19855ea7f7
@ -2008,7 +2008,6 @@ nsProtocolProxyService::PruneProxyInfo(const nsProtocolInfo &info,
|
||||
|
||||
if (allDisabled) {
|
||||
LOG(("All proxies are disabled, try a DIRECT rule!"));
|
||||
NS_RELEASE(head);
|
||||
*list = nullptr;
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user