Mercurial > pidgin
changeset 1990:7712a8c13b55
[gaim-migrate @ 2000]
one more thing i forgot
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 11 Jun 2001 20:40:52 +0000 |
parents | 21c595ef11c8 |
children | 308bd76c57db |
files | plugins/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/msn/msn.c Mon Jun 11 20:39:05 2001 +0000 +++ b/plugins/msn/msn.c Mon Jun 11 20:40:52 2001 +0000 @@ -408,7 +408,7 @@ g_snprintf(buf, sizeof(buf), "CAL %d %s\n", ++ms->trId, mx->user); ms->txqueue = mx->what; - g_free(mx->user); + ms->user = mx->user; g_free(mx); if (msn_write(ms->fd, buf, strlen(buf)) < 0) msn_kill_switch(ms);