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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index af28df115a..909ed0afd2 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -244,6 +244,8 @@ destroy (GtkObject *object) shell = E_SHELL (object); priv = shell->priv; + g_free (priv->local_directory); + if (priv->storage_set != NULL) gtk_object_unref (GTK_OBJECT (priv->storage_set)); -- cgit v1.2.3