mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:25:41 +00:00
- Fix another memory leak
svn path=/branches/aicom-network-fixes/; revision=35289
This commit is contained in:
parent
f0d01cf5aa
commit
5d9c71ed13
1 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,8 @@ VOID DestroySocket( PAFD_FCB FCB ) {
|
|||
ExFreePool( FCB->AddressFrom );
|
||||
if( FCB->LocalAddress )
|
||||
ExFreePool( FCB->LocalAddress );
|
||||
if( FCB->RemoteAddress )
|
||||
ExFreePool( FCB->RemoteAddress );
|
||||
|
||||
ExFreePool(FCB->TdiDeviceName.Buffer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue