aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage.c
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-07-27 05:03:06 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-07-27 05:03:06 +0800
commit3332eacac7d16b21f2442036960c22bbd3118b23 (patch)
tree407445fd373931bc796a188d1817c3aff308daf0 /shell/e-storage.c
parented21f552bbad288dd7963f859df11870509cbc27 (diff)
downloadgsoc2013-evolution-3332eacac7d16b21f2442036960c22bbd3118b23.tar
gsoc2013-evolution-3332eacac7d16b21f2442036960c22bbd3118b23.tar.gz
gsoc2013-evolution-3332eacac7d16b21f2442036960c22bbd3118b23.tar.bz2
gsoc2013-evolution-3332eacac7d16b21f2442036960c22bbd3118b23.tar.lz
gsoc2013-evolution-3332eacac7d16b21f2442036960c22bbd3118b23.tar.xz
gsoc2013-evolution-3332eacac7d16b21f2442036960c22bbd3118b23.tar.zst
gsoc2013-evolution-3332eacac7d16b21f2442036960c22bbd3118b23.zip
Teeny tiny mem leak fix.
svn path=/trunk/; revision=4366
Diffstat (limited to 'shell/e-storage.c')
-rw-r--r--shell/e-storage.c1
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;
}