mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
VST3: Fixed a leak in VST3 plug-ins if the host was listening for track property updates
This commit is contained in:
parent
f24e59e6ff
commit
190631a191
1 changed files with 0 additions and 1 deletions
|
|
@ -1160,7 +1160,6 @@ public:
|
|||
TEST_FOR_AND_RETURN_IF_VALID (targetIID, Vst::IAudioProcessor)
|
||||
TEST_FOR_AND_RETURN_IF_VALID (targetIID, Vst::IUnitInfo)
|
||||
TEST_FOR_AND_RETURN_IF_VALID (targetIID, Vst::IConnectionPoint)
|
||||
TEST_FOR_AND_RETURN_IF_VALID (targetIID, Vst::ChannelContext::IInfoListener)
|
||||
TEST_FOR_COMMON_BASE_AND_RETURN_IF_VALID (targetIID, FUnknown, Vst::IComponent)
|
||||
|
||||
if (doUIDsMatch (targetIID, JuceAudioProcessor::iid))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue