mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
WGL: Fix leak on format attrib query failure
This was found by Coverity Scan.
This commit is contained in:
parent
bcd8f9aff2
commit
782f7fe0c7
@ -146,6 +146,8 @@ static int choosePixelFormat(_GLFWwindow* window,
|
||||
{
|
||||
_glfwInputErrorWin32(GLFW_PLATFORM_ERROR,
|
||||
"WGL: Failed to retrieve pixel format attributes");
|
||||
|
||||
free(usableConfigs);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user