Sweden-Number/dlls/rpcrt4/tests
Rob Shearman c7261b732b rpcrt4: Partially revert commit 18faf3184b2ea263d77c2a7ad92eef27bc4ba08f.
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.
2007-12-14 12:24:21 +01:00
..
Makefile.in rpcrt4: Add tests for RPC and widl generated code. 2007-04-26 15:48:13 +02:00
cstub.c rpcrt4: Flesh out more of the IRpcChannelBuffer vtable to make the test_delegating_Invoke test succeed on Windows. 2007-12-04 13:31:59 +01:00
generated.c winapi_test: Regenerate tests. 2006-10-11 12:12:21 +02:00
ndr_marshall.c rpcrt4: Partially revert commit 18faf3184b2ea263d77c2a7ad92eef27bc4ba08f. 2007-12-14 12:24:21 +01:00
rpc.c rpcrt4: Add tests for RpcServerListen and friends. 2007-04-13 11:42:42 +02:00
server.c widl: Add support for non-basetype return types. 2007-12-11 18:07:05 +01:00
server.idl widl: Add support for non-basetype return types. 2007-12-11 18:07:05 +01:00
server_defines.h rpcrt4: Add encapsulated union tests. 2007-06-19 11:45:11 +02:00