mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
593ce3587a
commit
ab91ed370b
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue