mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Fix crash when removing an LV2 plugin or on shutdown.
git-svn-id: svn://localhost/ardour2/branches/3.0@12050 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c786e4f4a4
commit
afe97dcc3a
1 changed files with 1 additions and 0 deletions
|
|
@ -222,6 +222,7 @@ LV2Plugin::init(void* c_plugin, framecnt_t rate)
|
|||
_data_access_feature.URI = "http://lv2plug.in/ns/ext/data-access";
|
||||
_make_path_feature.URI = LV2_STATE__makePath;
|
||||
_work_schedule_feature.URI = LV2_WORKER__schedule;
|
||||
_work_schedule_feature.data = NULL;
|
||||
|
||||
LilvPlugin* plugin = _impl->plugin;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue