summaryrefslogtreecommitdiff
path: root/render/instance.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/instance.c')
-rw-r--r--render/instance.c1
1 files changed, 1 insertions, 0 deletions
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);
}
}