diff src/protocols/msn/user.c @ 6800:8f228a7d5076

[gaim-migrate @ 7340] Added what I have of MSNSLP in my tree. It's broken, and therefore disabled, but I need to get this out so I can do other stuff too, and have something to revert back to if I break something :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 10 Sep 2003 00:24:48 +0000
parents c1995194e3d1
children 885c6528843b
line wrap: on
line diff
--- a/src/protocols/msn/user.c	Tue Sep 09 16:55:10 2003 +0000
+++ b/src/protocols/msn/user.c	Wed Sep 10 00:24:48 2003 +0000
@@ -67,6 +67,9 @@
 	if (user->group_ids != NULL)
 		g_list_free(user->group_ids);
 
+	if (user->msnobj != NULL)
+		msn_object_destroy(user->msnobj);
+
 	if (user->passport != NULL) g_free(user->passport);
 	if (user->name     != NULL) g_free(user->name);