- More leak fixes

- Free items in the datagram list and pending connections list
 - Free ConnectionCallInfo and ConnectionReturnInfo
 - Free the FCB context

svn path=/trunk/; revision=40341
This commit is contained in:
Cameron Gutman 2009-04-03 05:29:49 +00:00
parent 15c0d86086
commit 97332db7ed

View file

@ -198,6 +198,8 @@ VOID DestroySocket( PAFD_FCB FCB ) {
if( ReturnEarly )
return;
if( FCB->Context )
ExFreePool(FCB->Context);
if( FCB->Recv.Window )
ExFreePool( FCB->Recv.Window );
if( FCB->Send.Window )