epiphany r8884 - trunk/src



Author: xan
Date: Fri Mar 13 18:04:11 2009
New Revision: 8884
URL: http://svn.gnome.org/viewvc/epiphany?rev=8884&view=rev

Log:
ephy-profile-migration: plug leak.

Modified:
   trunk/src/ephy-profile-migration.c

Modified: trunk/src/ephy-profile-migration.c
==============================================================================
--- trunk/src/ephy-profile-migration.c	(original)
+++ trunk/src/ephy-profile-migration.c	Fri Mar 13 18:04:11 2009
@@ -132,5 +132,6 @@
   contents = g_strdup_printf ("%d", PROFILE_MIGRATION_VERSION);
   g_file_set_contents (migrated_file, contents, -1, NULL);
   g_free (contents);
+  g_free (migrated_file);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]