summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTérence Clastres <t.clastres@gmail.com>2018-08-19 00:27:12 +0200
committerTérence Clastres <t.clastres@gmail.com>2018-08-19 00:27:12 +0200
commit3da024b4b748abd650df07cb9fc9103d6365af59 (patch)
tree0ada35dd242e7be9555f186b200eb4839503f87f
parent74ad41f8d91ca80c07ab4467f9bd77792995fd2e (diff)
LCXL: fix crash when disabling the surface while having the GUI open
-rw-r--r--libs/surfaces/launch_control_xl/launch_control_xl.cc1
1 files changed, 1 insertions, 0 deletions
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 ();
}