mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix uninitialised variable.
git-svn-id: svn://localhost/ardour2/branches/3.0@6458 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
46534f2f59
commit
797c2767f1
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue