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:
@ -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,
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user