From ef233d76ee4e653b1c9cc60cb342682e89a37f32 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 2 Jun 2000 08:01:25 +0000 Subject: Free the uri variable. 2000-06-02 Christopher James Lahey * e-shell-view.c: Free the uri variable. * e-shell.c: Free the local_directory variable. svn path=/trunk/; revision=3385 --- shell/e-shell-view.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-shell-view.c') diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 4465b00693..4b419937d0 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -343,6 +343,8 @@ destroy (GtkObject *object) g_hash_table_foreach (priv->uri_to_control, hash_forall_destroy_control, NULL); g_hash_table_destroy (priv->uri_to_control); + + g_free (priv->uri); g_free (priv); -- cgit v1.2.3