Free visual list earlier.

This commit is contained in:
Camilla Berglund 2012-03-07 18:38:08 +01:00
parent 339fb7d246
commit 5fd66f7d30

View File

@ -372,6 +372,8 @@ int _glfwPlatformGetVideoModes(GLFWvidmode* list, int maxcount)
}
}
XFree(vislist);
rescount = 0;
resarray = NULL;
@ -457,8 +459,6 @@ int _glfwPlatformGetVideoModes(GLFWvidmode* list, int maxcount)
}
}
XFree(vislist);
free(resarray);
free(rgbarray);