epiphany r8189 - branches/gnome-2-22/embed



Author: chpe
Date: Sun Apr  6 15:35:57 2008
New Revision: 8189
URL: http://svn.gnome.org/viewvc/epiphany?rev=8189&view=rev

Log:
Fix mem leak.


Modified:
   branches/gnome-2-22/embed/ephy-password-manager.c

Modified: branches/gnome-2-22/embed/ephy-password-manager.c
==============================================================================
--- branches/gnome-2-22/embed/ephy-password-manager.c	(original)
+++ branches/gnome-2-22/embed/ephy-password-manager.c	Sun Apr  6 15:35:57 2008
@@ -102,6 +102,11 @@
 		g_free (info->host);
 		g_free (info->username);
 		g_free (info->password);
+                g_free (info->httpRealm);
+                g_free (info->passwordField);
+                g_free (info->usernameField);
+                g_free (info->formSubmitURL);
+
 		g_slice_free (EphyPasswordInfo, info);
 	}
 }



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