From 23883b83c15d3b092fb7b1fbb9f2606f785e9419 Mon Sep 17 00:00:00 2001 From: Deve Date: Sun, 4 Dec 2016 23:23:09 +0100 Subject: [PATCH] Fixed a crash on startup. As written in the documentation: "The returned modifiers string is owned by Xlib and should not be modified or freed by the client." --- lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp b/lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp index fb66b20ec..e2194d68d 100644 --- a/lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp +++ b/lib/irrlicht/source/Irrlicht/CIrrDeviceLinux.cpp @@ -1309,7 +1309,6 @@ bool CIrrDeviceLinux::createInputContext() XSetICFocus(XInputContext); setlocale(LC_CTYPE, oldLocale.c_str()); - XFree(p); return true; }