This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix leak during discovery
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.5^0
falkTX
1 year ago
parent
518d813c5b
commit
c1c658c00e
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
if (std::strcmp(filename, ":all") == 0)
{
{
do_cached_check(type);
do_cached_check(type);
gPipe = nullptr;
return 0;
return 0;
}
}
#endif
#endif
Write
Preview
Loading…
Cancel
Save