提交 1b49a054 编写于 作者: C Colin Edwards

deps/obs-scripting: Don't crash obs trying to unload a script that failed to load

上级 da7b8c79
......@@ -206,7 +206,7 @@ fail:
pthread_mutex_unlock(&data->mutex);
}
if (!success) {
if (!success && script) {
lua_close(script);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册