diff --git a/UI/properties-view.hpp b/UI/properties-view.hpp index 0e460094df3603..2ee80ded9e634b 100644 --- a/UI/properties-view.hpp +++ b/UI/properties-view.hpp @@ -98,7 +98,7 @@ class OBSPropertiesView : public VScrollArea { properties_t properties; OBSData settings; OBSWeakObjectAutoRelease weakObj; - void *rawObj; + void *rawObj = nullptr; std::string type; PropertiesReloadCallback reloadCallback; PropertiesUpdateCallback callback = nullptr;