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 89db929ab8
commit d2c8bbf752

View File

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