comparison libpurple/protocols/msn/oim.c @ 22804:7d3b2c023ad8

This is the way we plug the leaks, plug the leaks, plug the leaks...
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 03 May 2008 17:56:04 +0000
parents 7ac87187bbec
children f62a4a7fe365
comparison
equal deleted inserted replaced
22803:7b827f52ed0e 22804:7d3b2c023ad8
168 168
169 purple_debug_info("msnoim","resending OIM: %s\n", 169 purple_debug_info("msnoim","resending OIM: %s\n",
170 msg->oim_msg); 170 msg->oim_msg);
171 g_queue_push_head(oim->send_queue, msg); 171 g_queue_push_head(oim->send_queue, msg);
172 msn_oim_send_msg(oim); 172 msn_oim_send_msg(oim);
173 return;
174 } else { 173 } else {
175 purple_debug_info("msnoim", 174 purple_debug_info("msnoim",
176 "can't find lock key for OIM: %s\n", 175 "can't find lock key for OIM: %s\n",
177 msg->oim_msg); 176 msg->oim_msg);
178 } 177 }
189 188
190 /*repost the send*/ 189 /*repost the send*/
191 purple_debug_info("MSNP14","resending OIM: %s\n", msg->oim_msg); 190 purple_debug_info("MSNP14","resending OIM: %s\n", msg->oim_msg);
192 g_queue_push_head(oim->send_queue, msg); 191 g_queue_push_head(oim->send_queue, msg);
193 msn_oim_send_msg(oim); 192 msn_oim_send_msg(oim);
194 return;
195 } 193 }
196 } 194 }
195
196 g_free(faultcode_str);
197 } 197 }
198 } 198 }
199 } 199 }
200 200
201 msn_oim_free_send_req(msg); 201 msn_oim_free_send_req(msg);