mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
fix d421602c24
This commit is contained in:
parent
04a647f47a
commit
4765a3ca37
1 changed files with 1 additions and 1 deletions
|
|
@ -2063,7 +2063,7 @@ LV2PluginInfo::load(Session& session)
|
|||
if (!lp) { throw failed_constructor(); }
|
||||
plugin.reset(new LV2Plugin(session.engine(), session, lp, session.frame_rate()));
|
||||
lilv_node_free(uri);
|
||||
plugin->set_info(PluginInfoPtr(new LV2PluginInfo(_plugin_uri)));
|
||||
plugin->set_info(PluginInfoPtr(new LV2PluginInfo(*this)));
|
||||
return plugin;
|
||||
} catch (failed_constructor& err) {
|
||||
return PluginPtr((Plugin*)0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue