Mercurial > pidgin
changeset 3476:36fd2bddddf6
[gaim-migrate @ 3527]
+ gdk_pixbuf_free(icon);
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 30 Aug 2002 03:27:26 +0000 |
parents | ee79ca85fe0f |
children | db5dd21aa345 |
files | src/aim.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/aim.c Fri Aug 30 03:17:21 2002 +0000 +++ b/src/aim.c Fri Aug 30 03:27:26 2002 +0000 @@ -504,6 +504,8 @@ debug_printf("Failed to load icon from %s/pixmaps/gaim.png\n",DATADIR); } + gdk_pixbuf_unref(icon); + g_snprintf(name, sizeof(name), "%s/gaim_%s.%d", g_get_tmp_dir(), g_get_user_name(), getpid()); UI_fd = open_socket(name);