reset the pinter after deleting the storage service
svn path=/trunk/KDE/kdelibs/; revision=1159099
This commit is contained in:
parent
f1daca5c58
commit
99b597719c
@ -233,6 +233,7 @@ void DataContainer::storeJobFinished(KJob* job)
|
||||
d->storeCount--;
|
||||
if (d->storeCount == 0) {
|
||||
d->store->deleteLater();
|
||||
d->store = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user