Browse Source

VST3: safer dealloc of dummy audio buffer

Fix crash described at https://github.com/DISTRHO/DPF/issues/364
pull/367/head
Luciano Iam Filipe Coelho <falktx@falktx.com> 3 years ago
parent
commit
f56d13280b
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      distrho/src/DistrhoPluginVST3.cpp

+ 0
- 3
distrho/src/DistrhoPluginVST3.cpp View File

@@ -1071,9 +1071,6 @@ public:
else
{
fPlugin.deactivateIfNeeded();

delete[] fDummyAudioBuffer;
fDummyAudioBuffer = nullptr;
}

return V3_OK;


Loading…
Cancel
Save