diff --git a/source/discovery/carla-discovery.cpp b/source/discovery/carla-discovery.cpp index 476c0d509..43a3af0d7 100644 --- a/source/discovery/carla-discovery.cpp +++ b/source/discovery/carla-discovery.cpp @@ -2369,6 +2369,7 @@ int main(int argc, const char* argv[]) if (std::strcmp(filename, ":all") == 0) { do_cached_check(type); + gPipe = nullptr; return 0; } #endif