mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Bug 1408005 - Clear gApplicationReputationService in the dtor. r=francois
--HG-- extra : rebase_source : 19582ac4795ab4ab270c00fb8eb065726b183590
This commit is contained in:
parent
eaac0caaf0
commit
0cc12edc50
@ -1576,6 +1576,8 @@ ApplicationReputationService::ApplicationReputationService()
|
||||
|
||||
ApplicationReputationService::~ApplicationReputationService() {
|
||||
LOG(("Application reputation service shutting down"));
|
||||
MOZ_ASSERT(gApplicationReputationService == this);
|
||||
gApplicationReputationService = nullptr;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user