|
@@ -672,12 +672,12 @@ int _glfwPlatformTerminate(void)
|
|
|
|
|
|
_glfwTerminateGammaRamp();
|
|
_glfwTerminateGammaRamp();
|
|
|
|
|
|
- terminateDisplay();
|
|
|
|
-
|
|
|
|
_glfwTerminateJoysticks();
|
|
_glfwTerminateJoysticks();
|
|
|
|
|
|
_glfwTerminateOpenGL();
|
|
_glfwTerminateOpenGL();
|
|
|
|
|
|
|
|
+ terminateDisplay();
|
|
|
|
+
|
|
// Free clipboard memory
|
|
// Free clipboard memory
|
|
if (_glfwLibrary.X11.selection.string)
|
|
if (_glfwLibrary.X11.selection.string)
|
|
free(_glfwLibrary.X11.selection.string);
|
|
free(_glfwLibrary.X11.selection.string);
|