mirror of
https://github.com/reactos/reactos.git
synced 2026-09-24 02:48:03 +08:00
- Set Buf to NULL so we don't try to free it again later
svn path=/branches/aicom-network-fixes/; revision=35306
This commit is contained in:
@@ -123,6 +123,7 @@ VOID UnlockBuffers( PAFD_WSABUF Buf, UINT Count, BOOL Address ) {
|
||||
}
|
||||
|
||||
ExFreePool( Buf );
|
||||
Buf = NULL;
|
||||
}
|
||||
|
||||
/* Produce a kernel-land handle array with handles replaced by object
|
||||
|
||||
Reference in New Issue
Block a user