1
0
Fork 0

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

View file

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