mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
Fix for bug #1163
This commit is contained in:
parent
4e0e056716
commit
c552254848
@ -20,6 +20,11 @@ VSTControl::VSTControl()
|
||||
|
||||
VSTControl::~VSTControl()
|
||||
{
|
||||
if (mHwnd)
|
||||
{
|
||||
mLink->callDispatcher(effEditClose, 0, 0, mHwnd, 0.0);
|
||||
mHwnd = 0;
|
||||
}
|
||||
}
|
||||
|
||||
bool VSTControl::Create(wxWindow *parent, VSTEffectLink *link)
|
||||
|
Loading…
x
Reference in New Issue
Block a user