mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix mem leak
svn path=/trunk/KDE/kdebase/apps/; revision=676758
This commit is contained in:
parent
4f6dbc5a34
commit
c9551f8f89
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ void KCMUserAccount::slotChangePassword()
|
|||
"not be able to change your password."));
|
||||
|
||||
_mw->btnChangePassword->setEnabled(false);
|
||||
delete proc;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue