1
0
mirror of https://github.com/brl/mutter.git synced 2025-07-11 13:07:22 +00:00

clutter-text: Fix memory leak

This commit is contained in:
Jasper St. Pierre
2011-12-18 23:20:04 -05:00
parent 20bc5c2057
commit b882fcd825

@ -425,6 +425,8 @@ clutter_text_ensure_effective_attributes (ClutterText *self)
g_slist_free (attributes);
}
while (pango_attr_iterator_next (iter));
pango_attr_iterator_destroy (iter);
}
}
else if (priv->markup_attrs != NULL)