Bugfix. Random crash in LsColJob after recent changes.

Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
alex-z 2024-01-29 21:06:28 +01:00 committed by Matthieu Gallien
parent 068979a74d
commit 5cdeba8061

View File

@ -423,7 +423,8 @@ bool LsColJob::finished()
this->deleteLater();
return true;
// fix crash on random deletion mess in the parent class, we never discard this job but always delete it inside this method
return false;
}
/*********************************************************************************************/