Fix mem leak

svn path=/trunk/KDE/kdebase/apps/; revision=676758
This commit is contained in:
Laurent Montel 2007-06-17 16:39:04 +00:00
parent 4f6dbc5a34
commit c9551f8f89

View file

@ -116,6 +116,7 @@ void KCMUserAccount::slotChangePassword()
"not be able to change your password."));
_mw->btnChangePassword->setEnabled(false);
delete proc;
return;
}