]> Dogcows Code - chaz/openbox/blobdiff - render/instance.c
if sm is disabled, there is nothing to shutdown, so don't go trying to free things...
[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.023942 seconds and 4 git commands to generate.