1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00
This commit is contained in:
Leland Lucius 2015-08-27 18:01:39 -05:00
parent 4e0e056716
commit c552254848

View File

@ -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)