Don't delete the wallet in AuthorizationManager's destructor since that
crashes plasma when quitting. svn path=/trunk/KDE/kdelibs/; revision=1019357
This commit is contained in:
parent
9fa5abd1de
commit
9939b688c3
@ -146,7 +146,6 @@ AuthorizationManagerPrivate::~AuthorizationManagerPrivate()
|
||||
delete authorizationInterface;
|
||||
delete customAuthorizationInterface;
|
||||
delete server;
|
||||
delete wallet;
|
||||
}
|
||||
|
||||
void AuthorizationManagerPrivate::prepareForServiceAccess()
|
||||
|
Loading…
Reference in New Issue
Block a user