fix memleak, free the render instance on shutdown.
This commit is contained in:
parent
037fc862b0
commit
8343a8192f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue