reset the pinter after deleting the storage service

svn path=/trunk/KDE/kdelibs/; revision=1159099
This commit is contained in:
Marco Martin 2010-08-04 12:03:31 +00:00
parent f1daca5c58
commit 99b597719c

View File

@ -233,6 +233,7 @@ void DataContainer::storeJobFinished(KJob* job)
d->storeCount--;
if (d->storeCount == 0) {
d->store->deleteLater();
d->store = 0;
}
}