From 3da024b4b748abd650df07cb9fc9103d6365af59 Mon Sep 17 00:00:00 2001 From: Térence Clastres Date: Sun, 19 Aug 2018 00:27:12 +0200 Subject: LCXL: fix crash when disabling the surface while having the GUI open --- libs/surfaces/launch_control_xl/launch_control_xl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/surfaces/launch_control_xl/launch_control_xl.cc b/libs/surfaces/launch_control_xl/launch_control_xl.cc index 0ea2f33f3c..fa12a9fe03 100644 --- a/libs/surfaces/launch_control_xl/launch_control_xl.cc +++ b/libs/surfaces/launch_control_xl/launch_control_xl.cc @@ -119,6 +119,7 @@ LaunchControlXL::~LaunchControlXL () ports_release (); stop_event_loop (); + tear_down_gui (); } -- cgit v1.2.3