X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Finstance.c;h=a9b70ffe47987942b1c9cb787576b4ef7f4f7363;hb=9d1949f0b168650e38dcb9adf1ad93e8b90a9b44;hp=02e680404b7ca7b425f43e915cf082d3fbb77298;hpb=037fc862b0dd4535accf7b69a8c0112355bd04b1;p=chaz%2Fopenbox diff --git a/render/instance.c b/render/instance.c index 02e68040..a9b70ffe 100644 --- a/render/instance.c +++ b/render/instance.c @@ -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); } }