Skip invalid plugin-tag spec
authorRobin Gareus <robin@gareus.org>
Tue, 20 Aug 2019 02:15:01 +0000 (04:15 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 20 Aug 2019 02:15:01 +0000 (04:15 +0200)
libs/ardour/plugin_manager.cc

index 0dfd73e2721259b5b15c9b951afe50917aabfb44..39ddf6a1cd3393f1ca80ee55b652557138813baf 100644 (file)
@@ -1626,6 +1626,7 @@ PluginManager::load_tags ()
                                        !(*i)->get_property (X_("id"), id) ||
                                        !(*i)->get_property (X_("tags"), tags) ||
                                        !(*i)->get_property (X_("name"), name)) {
+                               continue;
                        }
                        if (!(*i)->get_property (X_("user-set"), user_set)) {
                                user_set = false;