diff options
-rw-r--r-- | mail/em-migrate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c index 91758ee4ae..b925059bc9 100644 --- a/mail/em-migrate.c +++ b/mail/em-migrate.c @@ -1351,7 +1351,7 @@ cp_r (const char *src, const char *dest) closedir (dir); g_string_free (destpath, TRUE); - g_string_free (srcfpath, TRUE); + g_string_free (srcpath, TRUE); return 0; } @@ -1417,7 +1417,6 @@ em_migrate_dir (EMMigrateSession *session, const char *dirname, const char *full if (!is_mail_folder (path)) { g_free (path); - goto try_subdirs; } |