comparison libpurple/protocols/msnp9/msn.c @ 21673:f9738214f308

Fix a leak I missed when re-importing the old MSNP9 code
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 28 Nov 2007 01:30:35 +0000
parents e26890a63ff6
children 23fef20a0ef2 750d700098c1
comparison
equal deleted inserted replaced
21672:ab0fd591c7c5 21673:f9738214f308
1918 g_list_find(purple_connections_get_all(), info_data->gc) == NULL)) 1918 g_list_find(purple_connections_get_all(), info_data->gc) == NULL))
1919 { 1919 {
1920 purple_debug_warning("msn", "invalid connection. ignoring buddy photo info.\n"); 1920 purple_debug_warning("msn", "invalid connection. ignoring buddy photo info.\n");
1921 g_free(stripped); 1921 g_free(stripped);
1922 g_free(url_buffer); 1922 g_free(url_buffer);
1923 g_free(user_info); 1923 purple_notify_user_info_destroy(user_info);
1924 g_free(info_data->name); 1924 g_free(info_data->name);
1925 g_free(info_data); 1925 g_free(info_data);
1926 g_free(photo_url_text); 1926 g_free(photo_url_text);
1927 g_free(info2_data); 1927 g_free(info2_data);
1928 1928