gtranslator r3556 - trunk/src



Author: psanxiao
Date: Wed Apr  9 21:34:03 2008
New Revision: 3556
URL: http://svn.gnome.org/viewvc/gtranslator?rev=3556&view=rev

Log:
	* profile.c:
	Fixed function gtranslator_profile_finalize.


Modified:
   trunk/src/ChangeLog
   trunk/src/profile.c

Modified: trunk/src/profile.c
==============================================================================
--- trunk/src/profile.c	(original)
+++ trunk/src/profile.c	Wed Apr  9 21:34:03 2008
@@ -83,6 +83,14 @@
 	GtranslatorProfile *profile = GTR_PROFILE(object);
 	
 	g_free (profile->priv->name);
+	g_free (profile->priv->author_name);
+	g_free (profile->priv->author_email);
+	g_free (profile->priv->language_name);
+	g_free (profile->priv->language_code);
+	g_free (profile->priv->charset);
+	g_free (profile->priv->encoding);
+	g_free (profile->priv->group_email);
+	g_free (profile->priv->plurals);
 	
 	G_OBJECT_CLASS (gtranslator_profile_parent_class)->finalize (object);
 }



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