From 1016194c44ba2ba83a202885d39284189fe840f1 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 17 Jul 2003 17:09:38 +0000 Subject: free the folder_type * e-shell-user-creatable-items-handler.c (free_menu_items): free the folder_type * e-splash.c (e_splash_new): Unref the pixbuf. * evolution-shell-component.c (impl_finalize): Add some missing frees. (user_creatable_item_type_free): free the tooltip svn path=/trunk/; revision=21859 --- shell/e-splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-splash.c') diff --git a/shell/e-splash.c b/shell/e-splash.c index a6bb79e98c..7168e2b387 100644 --- a/shell/e-splash.c +++ b/shell/e-splash.c @@ -379,7 +379,7 @@ e_splash_new (void) new = g_object_new (e_splash_get_type (), NULL); e_splash_construct (new, splash_image_pixbuf); - /* g_object_unref (splash_image_pixbuf); */ + g_object_unref (splash_image_pixbuf); return GTK_WIDGET (new); } -- cgit