src/protocols/yahoo/yahoo.c

changeset 6061
526032b3439d
parent 6059
9934c862ca14
child 6069
9f46466c89f8
--- 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);

mercurial