rpcrt4/tests: Avoid a double-free.
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.
Showing
Please
register
or
sign in
to comment