提交 d2b107bc 编写于 作者: J jp9000

decklink-output-ui: Fix memory leak

上级 77d92421
......@@ -80,7 +80,7 @@ void output_stop()
OBSData load_preview_settings()
{
char *path = obs_module_get_config_path(obs_current_module(),
BPtr<char> path = obs_module_get_config_path(obs_current_module(),
"decklinkPreviewOutputProps.json");
BPtr<char> jsonData = os_quick_read_utf8_file(path);
if (!!jsonData) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册