mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-01 03:10:06 +00:00
VST3: Don't add PluginDescription to results array if loadFrom() or initialize() fails
This commit is contained in:
parent
608001811f
commit
e86b1a8818
1 changed files with 2 additions and 1 deletions
|
|
@ -774,7 +774,8 @@ struct DescriptionFactory
|
|||
}
|
||||
}
|
||||
|
||||
result = performOnDescription (desc);
|
||||
if (desc.uid != 0)
|
||||
result = performOnDescription (desc);
|
||||
|
||||
if (result.failed())
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue