Fix uninitialised variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@6458 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -722,6 +722,8 @@ LV2PluginInfo::discover (void* lv2_world)
|
||||
continue;
|
||||
}
|
||||
|
||||
info->type = LV2;
|
||||
|
||||
info->name = string(slv2_value_as_string(name));
|
||||
slv2_value_free(name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user