diff options
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 576457ea4..c06f0f141 100644 --- a/src/ephy-profile-migration.c +++ b/src/ephy-profile-migration.c @@ -132,5 +132,6 @@ _ephy_profile_migrate () contents = g_strdup_printf ("%d", PROFILE_MIGRATION_VERSION); g_file_set_contents (migrated_file, contents, -1, NULL); g_free (contents); + g_free (migrated_file); } |