Skip to content
  • Milian Wolff's avatar
    Don't leak the debug sessions · 1256df11
    Milian Wolff authored
    Fixes various memory leaks reported in the test_midbus test.
    The m_shuttingDown member is required as IDebugSession::raiseEvent
    would otherwise call pure-virtuals when the class is already
    partially destroyed.
    1256df11