mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:16:40 +00:00
- Fix another memory leak
svn path=/branches/aicom-network-fixes/; revision=35385
This commit is contained in:
parent
19d28c4deb
commit
0c3f9f9d05
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
|||
|
||||
if( ConnInfo ) ExFreePool( ConnInfo );
|
||||
if( SysMdl ) IoFreeMdl( SysMdl );
|
||||
if( TransAddr ) MmUnmapLockedPages( TransAddr, Mdl );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue