This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Cadence
mirror of
https://github.com/falkTX/Cadence
Watch
1
Star
0
Fork
0
Code
Releases
3
Activity
Browse Source
Carla: Fix ui-bridges build
tags/v0.9.0
falkTX
13 years ago
parent
7ed07b4a4d
commit
7cb00e9207
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
c++/carla-backend/carla_bridge.cpp
+1
-1
c++/carla-bridge/carla_bridge_ui-lv2.cpp
+ 2
- 2
c++/carla-backend/carla_bridge.cpp
View File
@@ -65,8 +65,8 @@ public:
{
qDebug("BridgePlugin::BridgePlugin()");
m_type
= ptype;
m_hints
= PLUGIN_IS_BRIDGE;
m_type = ptype;
m_hints = PLUGIN_IS_BRIDGE;
m_initiated = false;
m_initError = false;
+ 1
- 1
c++/carla-bridge/carla_bridge_ui-lv2.cpp
View File
@@ -288,7 +288,7 @@ public:
~CarlaLv2Client()
{
if (rdf_descriptor)
lv2_rdf_free(rdf_descriptor)
;
delete rdf_descriptor
;
const LV2_Options_Option* const options = (const LV2_Options_Option*)features[lv2_feature_id_options]->data;
delete[] options;
Write
Preview
Loading…
Cancel
Save