Bug 1408005 - Clear gApplicationReputationService in the dtor. r=francois

--HG--
extra : rebase_source : 19582ac4795ab4ab270c00fb8eb065726b183590
This commit is contained in:
Andrew McCreight 2017-10-23 10:18:42 -04:00
parent eaac0caaf0
commit 0cc12edc50

View File

@ -1576,6 +1576,8 @@ ApplicationReputationService::ApplicationReputationService()
ApplicationReputationService::~ApplicationReputationService() {
LOG(("Application reputation service shutting down"));
MOZ_ASSERT(gApplicationReputationService == this);
gApplicationReputationService = nullptr;
}
NS_IMETHODIMP