mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1094177: Call |Keystore::Shutdown| to cleanup key store, r=chucklee
This commit is contained in:
parent
89db929ab8
commit
d2c8bbf752
@ -130,7 +130,7 @@ SystemWorkerManager::Shutdown()
|
|||||||
mWifiWorker = nullptr;
|
mWifiWorker = nullptr;
|
||||||
|
|
||||||
if (mKeyStore) {
|
if (mKeyStore) {
|
||||||
mKeyStore->CloseSocket();
|
mKeyStore->Shutdown();
|
||||||
mKeyStore = nullptr;
|
mKeyStore = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user