free the private member

2001-04-25  JP Rosevear  <jpr@ximian.com>

	* evolution-shell-client.c (destroy): free the private member

svn path=/trunk/; revision=9565
This commit is contained in:
JP Rosevear
2001-04-25 20:57:13 +00:00
committed by JP Rosevear
parent 89c5aea7a6
commit bdae39504b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-04-25 JP Rosevear <jpr@ximian.com>
* evolution-shell-client.c (destroy): free the private member
2001-04-25 Kjartan Maraas <kmaraas@gnome.org>
* e-component-register.c, e-corba-storage.c, e-folder-tree.c,

View File

@ -226,7 +226,7 @@ destroy (GtkObject *object)
shell_client = EVOLUTION_SHELL_CLIENT (object);
priv = shell_client->priv;
/* Nothing to do here. */
g_free (priv);
(* GTK_OBJECT_CLASS (parent_class)->destroy) (object);
}