From 9321cbaf10eb5fe625fa20d4b195583608b867c3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Jun 2016 17:51:02 -0400 Subject: [PATCH] push2: stop segfaults when closing push2 support --- libs/surfaces/push2/push2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/push2/push2.cc b/libs/surfaces/push2/push2.cc index 897fd8a05a..b67e7e7b00 100644 --- a/libs/surfaces/push2/push2.cc +++ b/libs/surfaces/push2/push2.cc @@ -98,7 +98,7 @@ Push2::Push2 (ARDOUR::Session& s) Push2::~Push2 () { - close (); + stop (); } int -- 2.30.2