1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00
wine/programs/rpcss
Rémi Bernon f810a57590 rpcss: Use I_Rpc(Free|Allocate) in MIDL_user_(allocate|free).
In ept_map, rpcss uses TowerConstruct to allocate tower array elements.

The array is later released by the generated stub code, and each element
is ultimately freed using MIDL_user_free.

TowerConstruct always allocate memory using I_RpcAllocate, we must use
I_RpcFree to free it.
2022-11-23 17:59:47 +01:00
..
epm.idl
epmp.c rpcss: Use CRT memory allocation functions. 2022-07-05 12:34:03 +02:00
irot.idl
irotp.c rpcss: Use I_Rpc(Free|Allocate) in MIDL_user_(allocate|free). 2022-11-23 17:59:47 +01:00
irpcss.idl rpcss: Implement interface to return sequential identifiers. 2019-11-08 10:29:03 +01:00
Makefile.in rpcss: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
rpcss_main.c rpcss: Use CRT memory allocation functions. 2022-07-05 12:34:03 +02:00