• Huw Davies's avatar
    rpcrt4/tests: Avoid a double-free. · b24ce98a
    Huw Davies authored
    Commit 4cf70b14 was causing the tests to
    crash.  The reason is due to a Wine bug in NdrPointerUnmarshall().
    Windows returns the same pointer (which is later released in a call to
    NdrPointerFree()), while Wine makes a copy which Valgrind correctly
    spots is leaked.
    b24ce98a
Name
Last commit
Last update
..
Makefile.in Loading commit data...
cstub.c Loading commit data...
generated.c Loading commit data...
ndr_marshall.c Loading commit data...
rpc.c Loading commit data...
rpc_async.c Loading commit data...
rpc_protseq.c Loading commit data...
server.c Loading commit data...
server.idl Loading commit data...
server_defines.h Loading commit data...