From acf554a895c37aa42646c3a98bed11d56fe7a4bf Mon Sep 17 00:00:00 2001 From: tpoole Date: Tue, 29 Nov 2016 19:23:21 +0000 Subject: [PATCH] Fixed erroneous assertion when saving VST3 states --- .../format_types/juce_VST3PluginFormat.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index a2a35b2e8a..ec4f87a7b3 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -1721,6 +1721,8 @@ struct VST3ComponentHolder info, info2, infoW, totalNumInputChannels, totalNumOutputChannels); + + return; } jassertfalse;