Browse Source

Fix a print

Signed-off-by: falkTX <falktx@falktx.com>
pull/351/head
falkTX 4 years ago
parent
commit
9ef50901f6
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 1 deletions
  1. +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;
#endif
#else
d_stdout("dpf_edit_controller::unref => %p | refcount is zero, deletion will be done by component later", self);
#endif
return 0;
}



Loading…
Cancel
Save