Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 253581
Collapse All | Expand All

(-)gnome-screensaver-2.25.1/src/gs-window-x11.c.pixmap-leak (+4 lines)
Lines 2287-2292 gs_window_finalize (GObject *object) Link Here
2287
2287
2288
        gs_window_dialog_finish (window);
2288
        gs_window_dialog_finish (window);
2289
2289
2290
	if (window->priv->background_pixmap) {
2291
		g_object_unref (window->priv->background_pixmap);
2292
	}
2293
 
2290
        G_OBJECT_CLASS (gs_window_parent_class)->finalize (object);
2294
        G_OBJECT_CLASS (gs_window_parent_class)->finalize (object);
2291
}
2295
}
2292
2296

Return to bug 253581