aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-02 16:01:25 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-02 16:01:25 +0800
commitef233d76ee4e653b1c9cc60cb342682e89a37f32 (patch)
treeedab34ff285180c485acc18b6c814c09368849d8 /shell/e-shell-view.c
parentf6d3bfae5302fb0286b45f1f7da53903e494cd31 (diff)
downloadgsoc2013-evolution-ef233d76ee4e653b1c9cc60cb342682e89a37f32.tar
gsoc2013-evolution-ef233d76ee4e653b1c9cc60cb342682e89a37f32.tar.gz
gsoc2013-evolution-ef233d76ee4e653b1c9cc60cb342682e89a37f32.tar.bz2
gsoc2013-evolution-ef233d76ee4e653b1c9cc60cb342682e89a37f32.tar.lz
gsoc2013-evolution-ef233d76ee4e653b1c9cc60cb342682e89a37f32.tar.xz
gsoc2013-evolution-ef233d76ee4e653b1c9cc60cb342682e89a37f32.tar.zst
gsoc2013-evolution-ef233d76ee4e653b1c9cc60cb342682e89a37f32.zip
Free the uri variable.
2000-06-02 Christopher James Lahey <clahey@helixcode.com> * e-shell-view.c: Free the uri variable. * e-shell.c: Free the local_directory variable. svn path=/trunk/; revision=3385
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
1 files changed, 2 insertions, 0 deletions
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);