https://bugs.winehq.org/show_bug.cgi?id=36570
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows a couple |valgrind shows a couple |possible leaks in |possible leaks in |rpcrt4/tests/rpc_protseq.c |rpcrt4/tests/rpc.c
--- Comment #2 from Austin English austinenglish@gmail.com --- These tests were moved into rpc.c (and renamed to test_RpcServerUseProtseq) in dd62188627e55f09e04929a872d94dafbe3dacf1.
==2387== 164 bytes in 1 blocks are possibly lost in loss record 559 of 779 ==2387== at 0x7BC6656F: notify_alloc (heap.c:260) ==2387== by 0x7BC695B5: RtlAllocateHeap (heap.c:1725) ==2387== by 0x5976B9A: rpcrt4_conn_np_alloc (rpc_transport.c:75) ==2387== by 0x597BE93: RPCRT4_CreateConnection (rpc_transport.c:3311) ==2387== by 0x597C450: rpcrt4_protseq_ncacn_np_open_endpoint (rpc_transport.c:281) ==2387== by 0x5974134: RPCRT4_use_protseq (rpc_server.c:845) ==2387== by 0x5974B24: RpcServerUseProtseqA (rpc_server.c:1075) ==2387== by 0x4B5CB7B: test_RpcServerUseProtseq (rpc.c:956) ==2387== by 0x4B5D799: func_rpc (rpc.c:1221) ==2387== by 0x4B8151B: run_test (test.h:637) ==2387== by 0x4B81DA2: main (test.h:721) ==2387==
Still in wine-4.20-213-gddec23013e