# HG changeset patch # User Mark Doliner # Date 1162183506 0 # Node ID c8195687d217824bf9804fff0ab9ef1a614e07f5 # Parent d134995c9ffa9abf8682cd2f84fc442ffdd8dd93 [gaim-migrate @ 17627] Allow this to compile on Solaris, in the event that it is ever uncommented committer: Tailor Script diff -r d134995c9ffa -r c8195687d217 libgaim/protocols/qq/send_file.c --- 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"); } */