[Bug 36570] valgrind shows a couple possible leaks in rpcrt4/tests/rpc.c

WineHQ Bugzilla wine-bugs at winehq.org
Wed Nov 27 11:53:12 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=36570

Austin English <austinenglish at 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 at 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

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list