mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kutils: clear the password store cache when closing it
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9707bc6cb3
commit
d7d44d83c4
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ bool KPasswdStoreImpl::openStore(const qlonglong windowid)
|
|||
bool KPasswdStoreImpl::closeStore()
|
||||
{
|
||||
clearPasswd();
|
||||
m_cachemap.clear();
|
||||
kDebug() << "store is now closed" << m_storeid;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue