svn commit: samba r7354 - in trunk/source/smbd: .
jra at samba.org
jra at samba.org
Tue Jun 7 07:29:37 GMT 2005
Author: jra
Date: 2005-06-07 07:29:37 +0000 (Tue, 07 Jun 2005)
New Revision: 7354
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7354
Log:
Delete the aio_Ex struct also on finish.
Jeremy.
Modified:
trunk/source/smbd/aio.c
Changeset:
Modified: trunk/source/smbd/aio.c
===================================================================
--- trunk/source/smbd/aio.c 2005-06-07 07:24:57 UTC (rev 7353)
+++ trunk/source/smbd/aio.c 2005-06-07 07:29:37 UTC (rev 7354)
@@ -72,6 +72,7 @@
{
DLIST_REMOVE(aio_list_head, aio_ex);
SAFE_FREE(aio_ex->buf);
+ SAFE_FREE(aio_ex);
}
/****************************************************************************
More information about the samba-cvs
mailing list