diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 1aea093086..6f0e3a89fb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-05-28 Dan Winship <danw@helixcode.com> + + * main.c (main): Remove extra free of evolution_directory. + 2000-05-28 Ettore Perazzoli <ettore@helixcode.com> * evolution-storage.c (evolution_storage_register): Use the 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; } |