text: Free the Pango attribute list resources
authorNeil Roberts <neil@linux.intel.com>
Tue, 5 Jan 2010 11:44:17 +0000 (11:44 +0000)
committerNeil Roberts <neil@linux.intel.com>
Tue, 5 Jan 2010 15:00:36 +0000 (15:00 +0000)
commit32b456fc8c4e8743c1b2c32164f7e9f67188a60e
tree02ffca68b1486091c8e481c22da7d8cf08a02068
parent64c1294cc26e034fbf8a9a05b4413f63b9cd882d
text: Free the Pango attribute list resources

The ClutterText owns three PangoAttrList resources which were not
being unref'd. This adds the unref calls to the finalize method.
clutter/clutter-text.c