diff options
Diffstat (limited to 'shell/e-storage.c')
-rw-r--r-- | shell/e-storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |