https://bugs.winehq.org/show_bug.cgi?id=36614
Bug ID: 36614 Summary: valgrind shows a definite leak in rpcrt4/rpc_server.c process_request_packet() Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==15328== 81 bytes in 10 blocks are definitely lost in loss record 71 of 107 ==15328== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==15328== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==15328== by 0x4EA25D5: I_RpcAllocate (rpcrt4_main.c:710) ==15328== by 0x4EA0134: RpcTransport_ParseTopOfTower (rpc_transport.c:3604) ==15328== by 0x4E8C6D7: TowerExplode (rpc_epmap.c:559) ==15328== by 0x495DA33: ept_map (epmp.c:219) ==15328== by 0x4960825: epm_ept_map (epm_s.c:744) ==15328== by 0x4E92AB2: process_request_packet (rpc_server.c:441) ==15328== by 0x4E92F06: RPCRT4_process_packet (rpc_server.c:519) ==15328== by 0x4E93099: RPCRT4_worker_thread (rpc_server.c:541) ==15328== by 0x7BC90A24: worker_thread_proc (threadpool.c:110) ==15328== by 0x7BC870C7: ??? (signal_i386.c:2571) ==15328== by 0x7BC87110: call_thread_func (signal_i386.c:2630) ==15328== by 0x7BC870A5: ??? (signal_i386.c:2571) ==15328== by 0x7BC8E4EC: start_thread (thread.c:428) ==15328== by 0x421FF92: start_thread (pthread_create.c:309) ==15328== by 0x43247ED: clone (clone.S:129) ==15328==
This shows up at the end of make -k test, but I'm not sure which test causes it.