13
0

launchpad pro: remember to destroy GUI to avoid use-after-free in its connection handler

This commit is contained in:
Paul Davis 2023-10-13 09:47:22 -06:00
parent e61c1f6993
commit da4d16b1f2

View File

@ -173,8 +173,10 @@ LaunchPadPro::~LaunchPadPro ()
}
stop_event_loop ();
tear_down_gui ();
MIDISurface::drop ();
}
void