From 0952ed8ff235c17db5e4fc25bca593e63e416976 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 2 Jun 2014 03:24:14 +0100 Subject: [PATCH] Misc --- source/backend/plugin/CarlaPluginUi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/plugin/CarlaPluginUi.cpp b/source/backend/plugin/CarlaPluginUi.cpp index 4eb7ccf39..79ce22ace 100644 --- a/source/backend/plugin/CarlaPluginUi.cpp +++ b/source/backend/plugin/CarlaPluginUi.cpp @@ -135,7 +135,7 @@ public: if (std::strcmp(type, "WM_PROTOCOLS") == 0) { fIsVisible = false; - CARLA_SAFE_ASSERT_BREAK(fCallback != nullptr); + CARLA_SAFE_ASSERT_CONTINUE(fCallback != nullptr); fCallback->handlePluginUiClosed(); } break;