--- a/src/protocols/yahoo/yahoo.c Tue Jul 08 04:05:02 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Jul 08 04:12:12 2003 +0000 @@ -581,7 +581,7 @@ msg[j++] = m[i]; } msg[j] = 0; - serv_got_im(gc, from, g_strdup(msg), 0, tm, -1); + serv_got_im(gc, from, msg, 0, tm, -1); } else if (pkt->status == 2) { gaim_notify_error(gc, NULL, _("Your Yahoo! message did not get sent."), NULL);