Revision: 14522
Author: adrian.chadd
Date: Wed Mar 31 02:09:44 2010
Log: Issue #94 - squidaio_xfree() no longer exists


http://code.google.com/p/lusca-cache/source/detail?r=14522

Modified:
 /branches/LUSCA_HEAD/libasyncio/aiops_win32.c

=======================================
--- /branches/LUSCA_HEAD/libasyncio/aiops_win32.c       Wed Mar 31 02:07:43 2010
+++ /branches/LUSCA_HEAD/libasyncio/aiops_win32.c       Wed Mar 31 02:09:44 2010
@@ -535,7 +535,7 @@
     case _AIO_OP_STAT:
        if (!cancelled && requestp->ret == 0)
            xmemcpy(requestp->statp, requestp->tmpstatp, sizeof(struct stat));
-       squidaio_xfree(requestp->tmpstatp, sizeof(struct stat));
+       xfree(requestp->tmpstatp);
        xfree(requestp->path);
        break;
     case _AIO_OP_OPEN:

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to