Startup crash; crash when no audio device

This commit is contained in:
Robin Davies
2021-10-18 14:57:10 -04:00
parent 11b2a94b17
commit 416f9ff3cf
9 changed files with 93 additions and 50 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ class Lv2PluginClass {
public:
friend class Lv2Host;
private:
Lv2PluginClass* parent_; // NOT SERIALIZED!
Lv2PluginClass* parent_ = nullptr; // NOT SERIALIZED!
std::string parent_uri_;
std::string display_name_;
std::string uri_;