# HG changeset patch # User Nathan Walp # Date 1077816554 0 # Node ID 0d980682678f2f130eb2b1f484950e070304e716 # Parent 7787485141cafaee3a1fe5d7e40c7feedcb8ccfe [gaim-migrate @ 9070] no more leaky leaky committer: Tailor Script diff -r 7787485141ca -r 0d980682678f src/stock.c --- a/src/stock.c Thu Feb 26 17:28:48 2004 +0000 +++ b/src/stock.c Thu Feb 26 17:29:14 2004 +0000 @@ -161,6 +161,8 @@ g_free(filename); iconset = gtk_icon_set_new_from_pixbuf(pixbuf); + + g_object_unref(G_OBJECT(pixbuf)); } gtk_icon_factory_add(icon_factory, stock_icons[i].name, iconset);