Mercurial > pidgin
changeset 14858:c8195687d217
[gaim-migrate @ 17627]
Allow this to compile on Solaris, in the event that it is ever uncommented
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 30 Oct 2006 04:45:06 +0000 |
parents | d134995c9ffa |
children | 2d69b38e1d75 |
files | libgaim/protocols/qq/send_file.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/qq/send_file.c Mon Oct 30 04:39:11 2006 +0000 +++ b/libgaim/protocols/qq/send_file.c Mon Oct 30 04:45:06 2006 +0000 @@ -217,8 +217,8 @@ gaim_debug(GAIM_DEBUG_INFO, "QQ", "minor port closed\n"); } /* - if (info->buffer != NULL) { - munmap(info->buffer, gaim_xfer_get_size(xfer)); + if (info->u.buffer != NULL) { + munmap(info->u.buffer, gaim_xfer_get_size(xfer)); gaim_debug(GAIM_DEBUG_INFO, "QQ", "file mapping buffer is freed.\n"); } */