UI: Fix uninitialized memory access in OBSPropertiesView
Bug introduced in b0528e0cf7
. Closes
https://github.com/obsproject/obs-studio/issues/5934.
This commit is contained in:
@@ -98,7 +98,7 @@ private:
|
||||
properties_t properties;
|
||||
OBSData settings;
|
||||
OBSWeakObjectAutoRelease weakObj;
|
||||
void *rawObj;
|
||||
void *rawObj = nullptr;
|
||||
std::string type;
|
||||
PropertiesReloadCallback reloadCallback;
|
||||
PropertiesUpdateCallback callback = nullptr;
|
||||
|
Reference in New Issue
Block a user