mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[MSAFD]
* Plug a leak. CID 716386. CORE-7975 svn path=/trunk/; revision=65407
This commit is contained in:
parent
e2407791fb
commit
c4c4f1af81
1 changed files with 3 additions and 0 deletions
|
@ -302,6 +302,9 @@ error:
|
|||
if( Socket )
|
||||
HeapFree(GlobalHeap, 0, Socket);
|
||||
|
||||
if( EABuffer )
|
||||
HeapFree(GlobalHeap, 0, EABuffer);
|
||||
|
||||
if( lpErrno )
|
||||
*lpErrno = Status;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue