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 cancelling plugin discovery
Closes
#1391
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0
falkTX
3 years ago
parent
6fdc4d36fd
commit
e777c66786
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
source/frontend/carla_database.py
+2
-1
source/utils/RtLinkedList.hpp
+ 1
- 2
source/frontend/carla_database.py
View File
@@ -317,10 +317,9 @@ def runCarlaDiscovery(itype, stype, filename, tool, wineSettings=None):
else:
print("%s - %s (unknown property)" % (line, filename))
# FIXME?
tmp = gDiscoveryProcess
gDiscoveryProcess = None
del
gDiscoveryProcess,
tmp
del tmp
return plugins
+ 2
- 1
source/utils/RtLinkedList.hpp
View File
@@ -21,7 +21,8 @@
#include "LinkedList.hpp"
extern "C" {
#include "rtmempool/rtmempool.h"
/* full path as IDE Helper */
#include "../modules/rtmempool/rtmempool.h"
}
// -----------------------------------------------------------------------
Write
Preview
Loading…
Cancel
Save