diff libpurple/protocols/msn/user.c @ 31120:f56126c5aa44

Save PrivateEndpointData that we've received. I think this only applies to ourselves, so only check if it's our own UBX. This currently only makes use of the endpoint name and type.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 15 Dec 2009 02:05:32 +0000
parents fee2d38d14bd
children 1830fa548302
line wrap: on
line diff
--- a/libpurple/protocols/msn/user.c	Tue Dec 15 01:42:24 2009 +0000
+++ b/libpurple/protocols/msn/user.c	Tue Dec 15 02:05:32 2009 +0000
@@ -243,6 +243,7 @@
 free_user_endpoint(MsnUserEndpoint *data)
 {
 	g_free(data->id);
+	g_free(data->name);
 	g_free(data);
 }