mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
rpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
This commit is contained in:
parent
1f73a97a5a
commit
5fb5fccac0
@ -1667,6 +1667,7 @@ static RPC_STATUS RpcAssoc_BindConnection(const RpcAssoc *assoc, RpcConnection *
|
||||
break;
|
||||
}
|
||||
|
||||
I_RpcFreeBuffer(&msg);
|
||||
RPCRT4_FreeHeader(response_hdr);
|
||||
return status;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user