Skip to content

Fix job deletion.

David Faure requested to merge fix_job_delete_hack into release/20.08

Deleting an object from a slot connected to one of its signals is a very dangerous thing to do, a recipe for crashes. Jobs autodelete themselves, so we can just let it do that.

Merge request reports