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>
fix-audiofile-buffering
falkTX
1 year ago
parent
e6311222a8
commit
48a0c7fcab
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
0 deletions
Split 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
@@ -2684,6 +2684,7 @@ int main(int argc, const char* argv[])
if (std::strcmp(filename, ":all") == 0)
{
do_cached_check(type);
gPipe = nullptr;
return 0;
}
#endif
Write
Preview
Loading…
Cancel
Save