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
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
a349e82a71
commit
f56d13280b
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save