mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1094177: Call |Keystore::Shutdown| to cleanup key store, r=chucklee
This commit is contained in:
parent
b1bbbaf15b
commit
d84dc3c609
@ -130,7 +130,7 @@ SystemWorkerManager::Shutdown()
|
||||
mWifiWorker = nullptr;
|
||||
|
||||
if (mKeyStore) {
|
||||
mKeyStore->CloseSocket();
|
||||
mKeyStore->Shutdown();
|
||||
mKeyStore = nullptr;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user