Lv2Proc: Fix shutdown routine (#6944)

This commit is contained in:
Johannes Lorenz
2023-10-21 17:04:05 +02:00
committed by Johannes Lorenz
parent c779521730
commit 379acb970b
5 changed files with 20 additions and 2 deletions

View File

@@ -84,6 +84,8 @@ public:
return m_options.data();
}
void clear();
private:
//! Initialize an option internally
void initOption(LV2_URID key,

View File

@@ -175,7 +175,7 @@ private:
bool m_valid = true;
const LilvPlugin* m_plugin;
LilvInstance* m_instance;
LilvInstance* m_instance = nullptr;
Lv2Features m_features;
// options