diff src/protocols/msn/object.c @ 10574:77ef3f2f0df8

[gaim-migrate @ 11966] Leak fixes, round 3. Also, fix find in the log viewer to find in all logs, not just every-other-one-you-select. Plus some other minor tweaks. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 05 Feb 2005 17:59:20 +0000
parents 9f358a718f38
children fc464a0abccc
line wrap: on
line diff
--- a/src/protocols/msn/object.c	Fri Feb 04 23:42:33 2005 +0000
+++ b/src/protocols/msn/object.c	Sat Feb 05 17:59:20 2005 +0000
@@ -110,6 +110,9 @@
 	if (obj->location != NULL)
 		g_free(obj->location);
 
+	if (obj->real_location != NULL)
+		g_free(obj->real_location);
+
 	if (obj->friendly != NULL)
 		g_free(obj->friendly);