提交 642dff05 编写于 作者: P Programatic

UI: Fix source ref bug causing crash on exit

上级 4aa6610b
......@@ -169,6 +169,7 @@ QDataStream &operator>>(QDataStream &in, OBSScene &scene)
obs_source_t *source = obs_get_source_by_name(QT_TO_UTF8(sceneName));
scene = obs_scene_from_source(source);
obs_source_release(source);
return in;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册