Skip to content
  • David Edmundson's avatar
    Cleaup AddJob on destruction · 765ba237
    David Edmundson authored
    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
    765ba237