Module: wine Branch: master Commit: 03be1605db1d436e125df14a702c9228ddf12622 URL: https://source.winehq.org/git/wine.git/?a=commit;h=03be1605db1d436e125df14a7...
Author: Zebediah Figura z.figura12@gmail.com Date: Sun Oct 28 17:25:49 2018 -0500
rpcrt4: Ignore fMustAlloc in PointerUnmarshall().
Use our own heuristics to decide whether we, or the inner routine, must allocate.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/rpcrt4/ndr_marshall.c | 57 ++++++++++++++++++++++------------------ dlls/rpcrt4/tests/ndr_marshall.c | 41 +++-------------------------- 2 files changed, 35 insertions(+), 63 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=03be1605db1d436e125df...