mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Fixed a crash in GetSceneList similar to the one mentioned in the previous commit
This commit is contained in:
@ -215,7 +215,7 @@ void WSRequestHandler::HandleGetSceneList(WSRequestHandler *owner) {
|
||||
|
||||
owner->SendOKResponse(data);
|
||||
|
||||
obs_data_release(data);
|
||||
//obs_data_release(data); // da hell ? sometimes causes a crash too, like in GetCurrentScene...
|
||||
}
|
||||
|
||||
void WSRequestHandler::HandleSetSourceRender(WSRequestHandler *owner) {
|
||||
|
Reference in New Issue
Block a user