提交 4570fcbc 编写于 作者: R Richard Stanway

UI: Fix memory leak

上级 8ecfb405
......@@ -392,6 +392,7 @@ void OBSBasic::on_actionImportSceneCollection_triggered()
OBSImporter *imp;
imp = new OBSImporter(this);
imp->exec();
delete imp;
RefreshSceneCollections();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册