diff --git a/libs/surfaces/websockets/ardour_websockets.cc b/libs/surfaces/websockets/ardour_websockets.cc index 2f2e9aff9c..80e1a2b979 100644 --- a/libs/surfaces/websockets/ardour_websockets.cc +++ b/libs/surfaces/websockets/ardour_websockets.cc @@ -112,6 +112,7 @@ ArdourWebsockets::start () it != _components.end (); ++it) { int rc = (*it)->start (); if (rc != 0) { + BaseUI::quit (); return -1; } }