mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 01:40:28 +00:00
GL: avoided GLFW double termination
This commit is contained in:
@@ -678,7 +678,6 @@ static void * display_gl_init(struct module *parent, const char *fmt, unsigned i
|
||||
free(tmp);
|
||||
if (ret != s) {
|
||||
delete s;
|
||||
ref_count_terminate_last()(glfwTerminate, glfw_init_count);
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user