comparison libpurple/protocols/jabber/google.c @ 18771:6ecbb322a803

merge of '5fbd62e0397f65bf7b8def7a4ad421e0044d429c' and 'aea49b9a427019527ec0e314f70a35c7defe0d89'
author Kevin Stange <kevin@simguy.net>
date Thu, 02 Aug 2007 04:16:37 +0000
parents 0580b246b2c5
children 44b4e8bd759b 315151da0dc6
comparison
equal deleted inserted replaced
18683:dac3cb3627bd 18771:6ecbb322a803
117 urls, NULL, NULL); 117 urls, NULL, NULL);
118 118
119 g_free(to_name); 119 g_free(to_name);
120 g_free(tos); 120 g_free(tos);
121 g_free(froms); 121 g_free(froms);
122 for (; i >= 0; i--) 122 for (; i > 0; i--)
123 g_free(subjects[i]); 123 g_free(subjects[i - 1]);
124 g_free(subjects); 124 g_free(subjects);
125 g_free(urls); 125 g_free(urls);
126 126
127 in_str = xmlnode_get_attrib(child, "result-time"); 127 in_str = xmlnode_get_attrib(child, "result-time");
128 if (in_str && *in_str) { 128 if (in_str && *in_str) {