comparison plugins/docklet/docklet-x11.c @ 10574:77ef3f2f0df8

[gaim-migrate @ 11966] Leak fixes, round 3. Also, fix find in the log viewer to find in all logs, not just every-other-one-you-select. Plus some other minor tweaks. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 05 Feb 2005 17:59:20 +0000
parents 91f17026b693
children 80b8be10dc42
comparison
equal deleted inserted replaced
10573:2d809781816f 10574:77ef3f2f0df8
171 171
172 if (blank_icon) 172 if (blank_icon)
173 g_object_unref(G_OBJECT(blank_icon)); 173 g_object_unref(G_OBJECT(blank_icon));
174 blank_icon = NULL; 174 blank_icon = NULL;
175 175
176 if (image)
177 gtk_widget_destroy(image);
178 image = NULL; 176 image = NULL;
179 177
180 gaim_debug(GAIM_DEBUG_INFO, "tray icon", "destroyed\n"); 178 gaim_debug(GAIM_DEBUG_INFO, "tray icon", "destroyed\n");
181 } 179 }
182 180