Don't leak display_name.

2004-04-22  Martin Wehner  <martin.wehner@epost.de>

	* libnautilus-private/nautilus-icon-factory.c (cache_icon_unref):
	Don't leak display_name.
This commit is contained in:
Martin Wehner 2004-04-22 06:29:02 +00:00 committed by Martin Wehner
parent 593ce3587a
commit ab91ed370b
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-04-22 Martin Wehner <martin.wehner@epost.de>
* libnautilus-private/nautilus-icon-factory.c (cache_icon_unref):
Don't leak display_name.
2004-04-20 Padraig O'Briain <padraig.obriain@sun.com>
* libnautilus-private/nautilus-icon-container.c

View file

@ -505,6 +505,8 @@ cache_icon_unref (CacheIcon *icon)
check_recently_used_list ();
g_object_unref (icon->pixbuf);
g_free (icon->display_name);
g_free (icon->embedded_text_rect);
g_free (icon->attach_points);