aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-29 01:48:20 +0800
committerDan Winship <danw@src.gnome.org>2000-05-29 01:48:20 +0800
commita45c71b069dca22bc11c447b8c743c7f9a2f99b9 (patch)
treebd2c6fa7fb5ad5d14b0db4b99395fe3796c4bc78 /shell/main.c
parent2e7d848819590e79da44c6088de4633f15177e22 (diff)
downloadgsoc2013-evolution-a45c71b069dca22bc11c447b8c743c7f9a2f99b9.tar
gsoc2013-evolution-a45c71b069dca22bc11c447b8c743c7f9a2f99b9.tar.gz
gsoc2013-evolution-a45c71b069dca22bc11c447b8c743c7f9a2f99b9.tar.bz2
gsoc2013-evolution-a45c71b069dca22bc11c447b8c743c7f9a2f99b9.tar.lz
gsoc2013-evolution-a45c71b069dca22bc11c447b8c743c7f9a2f99b9.tar.xz
gsoc2013-evolution-a45c71b069dca22bc11c447b8c743c7f9a2f99b9.tar.zst
gsoc2013-evolution-a45c71b069dca22bc11c447b8c743c7f9a2f99b9.zip
Remove extra free of evolution_directory.
* main.c (main): Remove extra free of evolution_directory. svn path=/trunk/; revision=3249
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c
index 1499a186e5..4444ac223b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -199,7 +199,5 @@ main (int argc, char **argv)
bonobo_main ();
- g_free (evolution_directory);
-
return 0;
}