diff options
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r-- | shell/e-splash.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |