From 9ef50901f6a67c430789a9eda32571d71dd1913d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 28 Dec 2021 14:51:20 +0000 Subject: [PATCH] Fix a print Signed-off-by: falkTX --- distrho/src/DistrhoPluginVST3.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/distrho/src/DistrhoPluginVST3.cpp b/distrho/src/DistrhoPluginVST3.cpp index 6352f1e6..bdea3b32 100644 --- a/distrho/src/DistrhoPluginVST3.cpp +++ b/distrho/src/DistrhoPluginVST3.cpp @@ -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; }