Console1: properly shut down

This commit is contained in:
Robin Gareus
2023-10-26 21:53:27 +02:00
parent 61ec873481
commit 49124ab987

View File

@@ -436,6 +436,7 @@ Console1::stop_using_device ()
blink_connection.disconnect ();
periodic_connection.disconnect ();
stripable_connections.drop_connections ();
MIDISurface::stop_using_device ();
return 0;
}