Bug 1094177: Call |Keystore::Shutdown| to cleanup key store, r=chucklee

This commit is contained in:
Thomas Zimmermann 2014-12-03 07:26:29 -08:00
parent b1bbbaf15b
commit d84dc3c609

View File

@ -130,7 +130,7 @@ SystemWorkerManager::Shutdown()
mWifiWorker = nullptr;
if (mKeyStore) {
mKeyStore->CloseSocket();
mKeyStore->Shutdown();
mKeyStore = nullptr;
}