Browse Source

Fix leak during discovery

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.5^0
falkTX 1 year ago
parent
commit
c1c658c00e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/discovery/carla-discovery.cpp

+ 1
- 0
source/discovery/carla-discovery.cpp View File

@@ -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


Loading…
Cancel
Save