Skip to content

Commit

Permalink
x.c: free_colored_layout stuff leak
Browse files Browse the repository at this point in the history
  • Loading branch information
knopwob committed Mar 8, 2013
1 parent 75ef769 commit cdb39c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x.c
Expand Up @@ -164,7 +164,9 @@ static void free_colored_layout(void *data)
{
colored_layout *cl = data;
g_object_unref(cl->l);
pango_attr_list_unref(cl->attr);
g_free(cl->text);
g_free(cl);
}

static bool have_dynamic_width(void)
Expand Down

0 comments on commit cdb39c3

Please sign in to comment.