Skip to content
  • Albert Astals Cid's avatar
    Fix crash on rotation jobs · 662fa69a
    Albert Astals Cid authored and Albert Astals Cid's avatar Albert Astals Cid committed
    We don't need to delete the threadweaver job, threadweaver does it by itself,
    and if we call deleteLater it may happen that the main thread deletes it
    and then when the threadweaver thread tries to call the delete things are
    gone and it goes kaboom
    
    BUGS: 382725
    662fa69a