$OpenBSD: patch-libLumina_LuminaX11_cpp,v 1.1 2015/05/05 05:53:54 zhuk Exp $
Obvious bug spotted by GCC.
UPSTREAM: https://github.com/pcbsd/lumina/pull/110
--- libLumina/LuminaX11.cpp.orig	Sun Apr 19 14:52:43 2015
+++ libLumina/LuminaX11.cpp	Sun Apr 19 14:52:49 2015
@@ -1167,8 +1167,6 @@ void LXCB::SetAsPanel(WId win){
     qDebug() << " -- Set no inputs flag";
      xcb_icccm_wm_hints_set_input(&hints, False); //set no input focus
      xcb_icccm_set_wm_hints(QX11Info::connection(), win, &hints); //save hints back to window
-    qDebug() << " -- Free the hints structure";
-     free(&hints); //free up hints structure
   }
   //  - Remove WM_TAKE_FOCUS from the WM_PROTOCOLS for the window
   //  - - Generate the necessary atoms
