This commit is contained in:
Camilla Löwy
2024-02-16 13:57:18 +01:00
parent c8372cda08
commit 7bdcdf435a
2 changed files with 9 additions and 15 deletions

View File

@@ -494,6 +494,7 @@ GLFWAPI void glfwDestroyWindow(GLFWwindow* handle)
*prev = window->next;
}
_glfw_free(window->title);
_glfw_free(window);
}