]> Dogcows Code - chaz/openbox/blobdiff - render/instance.c
client_configure_full is trying to move a window, it shouldn't determine the window...
[chaz/openbox] / render / instance.c
index 02e680404b7ca7b425f43e915cf082d3fbb77298..a9b70ffe47987942b1c9cb787576b4ef7f4f7363 100644 (file)
@@ -214,6 +214,7 @@ void RrInstanceFree (RrInstance *inst)
         g_free(inst->pseudo_colors);
         g_hash_table_destroy(inst->color_hash);
         g_object_unref(inst->pango);
+        g_free(inst);
     }
 }
 
This page took 0.023289 seconds and 4 git commands to generate.