Console1: properly shut down

This commit is contained in:
Robin Gareus 2023-10-26 21:53:27 +02:00
parent 61ec873481
commit 49124ab987
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

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;
}