| 712 l_next = l->next; |
712 l_next = l->next; |
| 713 |
713 |
| 714 pouncer = purple_pounce_get_pouncer(pounce); |
714 pouncer = purple_pounce_get_pouncer(pounce); |
| 715 pouncee = purple_pounce_get_pouncee(pounce); |
715 pouncee = purple_pounce_get_pouncee(pounce); |
| 716 |
716 |
| 717 if ( (pouncer == bacct) && (strcmp(pouncee, bname) == 0) ) |
717 if ( (pouncer == bacct) && (purple_strequal(pouncee, bname)) ) |
| 718 purple_pounce_destroy(pounce); |
718 purple_pounce_destroy(pounce); |
| 719 } |
719 } |
| 720 } |
720 } |
| 721 |
721 |
| 722 void |
722 void |