From 49124ab9873d5723f9873c491477b883be47e222 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 26 Oct 2023 21:53:27 +0200 Subject: [PATCH] Console1: properly shut down --- libs/surfaces/console1/console1.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/surfaces/console1/console1.cc b/libs/surfaces/console1/console1.cc index b0a12418fc..c7bab8c983 100644 --- a/libs/surfaces/console1/console1.cc +++ b/libs/surfaces/console1/console1.cc @@ -436,6 +436,7 @@ Console1::stop_using_device () blink_connection.disconnect (); periodic_connection.disconnect (); stripable_connections.drop_connections (); + MIDISurface::stop_using_device (); return 0; }