aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-11-11 23:39:48 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-11-11 23:39:48 +0800
commite210c876f56c846f949fb3b1554dbaf0806c32c5 (patch)
tree67c4b3a28c0b4fff74f1268d8f13873880b5fee7
parent8f15511a1e0ee0f301b35ce033c993ed1a58b4ee (diff)
downloadgsoc2013-evolution-e210c876f56c846f949fb3b1554dbaf0806c32c5.tar
gsoc2013-evolution-e210c876f56c846f949fb3b1554dbaf0806c32c5.tar.gz
gsoc2013-evolution-e210c876f56c846f949fb3b1554dbaf0806c32c5.tar.bz2
gsoc2013-evolution-e210c876f56c846f949fb3b1554dbaf0806c32c5.tar.lz
gsoc2013-evolution-e210c876f56c846f949fb3b1554dbaf0806c32c5.tar.xz
gsoc2013-evolution-e210c876f56c846f949fb3b1554dbaf0806c32c5.tar.zst
gsoc2013-evolution-e210c876f56c846f949fb3b1554dbaf0806c32c5.zip
Fix a potential crash in the mail migration code.
-rw-r--r--modules/mail/e-mail-shell-migrate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-migrate.c b/modules/mail/e-mail-shell-migrate.c
index f81c73c52d..7bc10caaa2 100644
--- a/modules/mail/e-mail-shell-migrate.c
+++ b/modules/mail/e-mail-shell-migrate.c
@@ -3035,7 +3035,6 @@ e_mail_shell_migrate (EShellBackend *shell_backend,
}
filters = emm_load_xml (path, "filters.xml");
vfolders = emm_load_xml (path, "vfolders.xml");
- g_free (path);
if (minor == 0) {
if (!em_migrate_1_0 (data_dir, config_xmldb, filters, vfolders, error)) {