-
Rob Shearman authored
Tests show that NdrPointerFree (and hence NdrFree) don't check whether the memory was allocated with NdrAllocate before freeing it. This makes sense as servers don't need to use NdrAllocate to allocate memory being returned and so this commit caused that memory to be leaked. NdrAllocate hasn't been changed as the tests show it is correct and it appears that the memory list is used to implement the RpcSs memory model.
c7261b73
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile.in | ||
cstub.c | ||
generated.c | ||
ndr_marshall.c | ||
rpc.c | ||
server.c | ||
server.idl | ||
server_defines.h |