From e14b196cec3501e5d0ac1a062810ccf8ae5cfc04 Mon Sep 17 00:00:00 2001 From: Diego Gonzalez Date: Thu, 23 Jun 2005 12:27:31 +0000 Subject: [PATCH] Fix another crasher 2005-06-23 Diego Gonzalez * gnome-about-me-password.c (gnome_about_me_password): Fix another crasher --- capplets/about-me/ChangeLog | 5 +++++ capplets/about-me/gnome-about-me-password.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/capplets/about-me/ChangeLog b/capplets/about-me/ChangeLog index 42ffb81a4..e2c008864 100644 --- a/capplets/about-me/ChangeLog +++ b/capplets/about-me/ChangeLog @@ -1,3 +1,8 @@ +2005-06-23 Diego Gonzalez + + * gnome-about-me-password.c (gnome_about_me_password): + Fix another crasher + 2005-06-22 Diego Gonzalez * Makefile.am: remove cracklib diff --git a/capplets/about-me/gnome-about-me-password.c b/capplets/about-me/gnome-about-me-password.c index 717733975..ced49680a 100644 --- a/capplets/about-me/gnome-about-me-password.c +++ b/capplets/about-me/gnome-about-me-password.c @@ -507,6 +507,5 @@ gnome_about_me_password (GtkWindow *parent) gtk_main (); gtk_widget_destroy (wpassdlg); - g_object_unref (G_OBJECT (wpassdlg)); g_free (pdialog); }