mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Bugfix. Random crash in LsColJob after recent changes.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
068979a74d
commit
5cdeba8061
@ -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;
|
||||
}
|
||||
|
||||
/*********************************************************************************************/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user