Skip to content
  • Martin Tobias Holmedahl Sandsmark's avatar
    Fix crash when closing session · b2b852cf
    Martin Tobias Holmedahl Sandsmark authored
    Instead of manually deleting the output suspended label let the QObject
    cleanup handle it.
    
    Now it is first deleted manually by us, leading to a potential crash,
    and afterwards the QObject cleanup runs, but luckily it doesn' try to
    destroy it again.
    
    REVIEW: 128667
    BUG: 366706
    b2b852cf