diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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)); |