https://bugs.winehq.org/show_bug.cgi?id=36570
Bug ID: 36570 Summary: valgrind shows a couple possible leaks in rpcrt4/tests/rpc_protseq.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: rpc Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==10120== 64 bytes in 1 blocks are possibly lost in loss record 122 of 242 ==10120== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==10120== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==10120== by 0x55FF1FF: rpcrt4_protseq_np_alloc (rpc_transport.c:642) ==10120== by 0x55FB2EA: alloc_serverprotoseq (rpc_server.c:927) ==10120== by 0x55FB594: RPCRT4_get_or_create_serverprotseq (rpc_server.c:977) ==10120== by 0x55FB89F: RpcServerUseProtseqA (rpc_server.c:1041) ==10120== by 0x4CB910E: test_RpcServerUseProtseq (rpc_protseq.c:64) ==10120== by 0x4CB9ABB: func_rpc_protseq (rpc_protseq.c:202) ==10120== by 0x4CE2071: run_test (test.h:584) ==10120== by 0x4CE2460: main (test.h:654) ==10120==
==10120== 68 bytes in 1 blocks are possibly lost in loss record 126 of 242 ==10120== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==10120== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==10120== by 0x560163E: rpcrt4_protseq_sock_alloc (rpc_transport.c:1554) ==10120== by 0x55FB2EA: alloc_serverprotoseq (rpc_server.c:927) ==10120== by 0x55FB594: RPCRT4_get_or_create_serverprotseq (rpc_server.c:977) ==10120== by 0x55FB89F: RpcServerUseProtseqA (rpc_server.c:1041) ==10120== by 0x4CB91A4: test_RpcServerUseProtseq (rpc_protseq.c:71) ==10120== by 0x4CB9ABB: func_rpc_protseq (rpc_protseq.c:202) ==10120== by 0x4CE2071: run_test (test.h:584) ==10120== by 0x4CE2460: main (test.h:654) ==10120==
https://bugs.winehq.org/show_bug.cgi?id=36570
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36570
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
https://bugs.winehq.org/show_bug.cgi?id=36570
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-4.19?
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
https://bugs.winehq.org/show_bug.cgi?id=36570
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com Keywords| |testcase