Fixed a crash in GetSceneList similar to the one mentioned in the previous commit

This commit is contained in:
Stéphane Lepin
2016-11-19 17:33:17 +01:00
parent 12933486c9
commit df63428822

View File

@ -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) {