This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix a print
Signed-off-by: falkTX <falktx@falktx.com>
pull/351/head
falkTX
4 years ago
parent
61ee7ae595
commit
9ef50901f6
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
distrho/src/DistrhoPluginVST3.cpp
+ 2
- 1
distrho/src/DistrhoPluginVST3.cpp
View File
@@ -3127,8 +3127,9 @@ struct dpf_edit_controller : v3_edit_controller_cpp {
delete controller;
delete controllerptr;
#e
ndif
#e
lse
d_stdout("dpf_edit_controller::unref => %p | refcount is zero, deletion will be done by component later", self);
#endif
return 0;
}
Write
Preview
Loading…
Cancel
Save