From a45c71b069dca22bc11c447b8c743c7f9a2f99b9 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 28 May 2000 17:48:20 +0000 Subject: Remove extra free of evolution_directory. * main.c (main): Remove extra free of evolution_directory. svn path=/trunk/; revision=3249 --- shell/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/main.c') 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; } -- cgit v1.2.3