--- a/libpurple/pounce.c Mon Jun 12 01:00:04 2017 +0000 +++ b/libpurple/pounce.c Mon Jun 12 17:48:37 2017 -0300 @@ -730,7 +730,7 @@ pouncer = purple_pounce_get_pouncer(pounce); pouncee = purple_pounce_get_pouncee(pounce); - if ( (pouncer == bacct) && (strcmp(pouncee, bname) == 0) ) + if ( (pouncer == bacct) && (purple_strequal(pouncee, bname)) ) purple_pounce_destroy(pounce); } }