libpurple/protocols/jabber/google.c

changeset 19046
4c4a79e7e21c
parent 18740
1b1f72624316
child 19859
71d37b57eff2
child 19882
d8c2a2fc1fbf
equal deleted inserted replaced
19045:c5e869038b16 19046:4c4a79e7e21c
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) {

mercurial