Skip to content

Cleaup AddJob on destruction

David Edmundson requested to merge work/cleanup_job into master

In a recent patch m_addJob was cleaned up correctly. The code throughout already checked pointer validity, but at no point was this reset.

This meant a queued task would then hit a dangling pointer.

BUG: 442774

Merge request reports