libpurple/protocols/msn/session.c

changeset 23092
7e1f02514b9c
parent 23090
9a987bea8364
child 23773
035ac58153f3
equal deleted inserted replaced
23091:ea5e102b4ff1 23092:7e1f02514b9c
336 } 336 }
337 } 337 }
338 338
339 if (to_remove != NULL) { 339 if (to_remove != NULL) {
340 g_list_foreach(to_remove, (GFunc)purple_blist_remove_buddy, NULL); 340 g_list_foreach(to_remove, (GFunc)purple_blist_remove_buddy, NULL);
341 g_list_free(to_remove);
341 } 342 }
342 } 343 }
343 344
344 void 345 void
345 msn_session_set_error(MsnSession *session, MsnErrorType error, 346 msn_session_set_error(MsnSession *session, MsnErrorType error,

mercurial