From 3332eacac7d16b21f2442036960c22bbd3118b23 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Wed, 26 Jul 2000 21:03:06 +0000 Subject: Teeny tiny mem leak fix. svn path=/trunk/; revision=4366 --- shell/e-storage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-storage.c') diff --git a/shell/e-storage.c b/shell/e-storage.c index 7472b6badd..8963f85759 100644 --- a/shell/e-storage.c +++ b/shell/e-storage.c @@ -476,6 +476,7 @@ e_storage_new_folder (EStorage *storage, if (folder != NULL) { g_warning ("%s: Trying to add a subfolder for a path that already exists -- %s", __FUNCTION__, full_path); + g_free (full_path); return FALSE; } -- cgit