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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
I_RpcFreeBuffer(&msg);
|
||||||
RPCRT4_FreeHeader(response_hdr);
|
RPCRT4_FreeHeader(response_hdr);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue