• 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
ndr_marshall.c 95.6 KB