diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-03-14 02:06:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-03-14 02:06:08 +0800 |
commit | 823d079457d085780e5360caa0d17a6c886057c9 (patch) | |
tree | 6150fbe0a78e13e9139bfb5816bac32519a2ea10 /src/ephy-profile-migration.c | |
parent | e4e77e11f33bf13a3fa1ad07b75bec13fb26b2b7 (diff) | |
download | gsoc2013-epiphany-823d079457d085780e5360caa0d17a6c886057c9.tar gsoc2013-epiphany-823d079457d085780e5360caa0d17a6c886057c9.tar.gz gsoc2013-epiphany-823d079457d085780e5360caa0d17a6c886057c9.tar.bz2 gsoc2013-epiphany-823d079457d085780e5360caa0d17a6c886057c9.tar.lz gsoc2013-epiphany-823d079457d085780e5360caa0d17a6c886057c9.tar.xz gsoc2013-epiphany-823d079457d085780e5360caa0d17a6c886057c9.tar.zst gsoc2013-epiphany-823d079457d085780e5360caa0d17a6c886057c9.zip |
ephy-profile-migration: and another.
svn path=/trunk/; revision=8885
Diffstat (limited to 'src/ephy-profile-migration.c')
-rw-r--r-- | src/ephy-profile-migration.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-profile-migration.c b/src/ephy-profile-migration.c index c06f0f141..621aa53ef 100644 --- a/src/ephy-profile-migration.c +++ b/src/ephy-profile-migration.c @@ -117,6 +117,7 @@ _ephy_profile_migrate () if (result != 1) { g_warning (_("Failed to read latest migration marker, aborting profile migration.")); + g_free (migrated_file); return; } } else |