https://bugs.winehq.org/show_bug.cgi?id=36662
Bug ID: 36662 Summary: valgrind shows a few memory leaks in ws2_32/tests/sock.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: winsock Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==21586== Thread 1 ws2_32_test.exe.so: ==21586== 60 bytes in 1 blocks are possibly lost in loss record 350 of 701 ==21586== at 0x7BC4C6EB: notify_alloc (heap.c:255) ==21586== by 0x7BC50F2F: RtlAllocateHeap (heap.c:1716) ==21586== by 0x50B07F4: WS2_sendto (socket.c:4545) ==21586== by 0x50B0611: WSASend (socket.c:4500) ==21586== by 0x4F6E338: test_send (sock.c:4194) ==21586== by 0x4F7FDB1: func_sock (sock.c:7742) ==21586== by 0x4F80BB1: run_test (test.h:584) ==21586== by 0x4F80FA0: main (test.h:654) ==21586==
==21586== 60 bytes in 1 blocks are possibly lost in loss record 351 of 701 ==21586== at 0x7BC4C6EB: notify_alloc (heap.c:255) ==21586== by 0x7BC50F2F: RtlAllocateHeap (heap.c:1716) ==21586== by 0x50B07F4: WS2_sendto (socket.c:4545) ==21586== by 0x50B0611: WSASend (socket.c:4500) ==21586== by 0x4F6E6AF: test_send (sock.c:4234) ==21586== by 0x4F7FDB1: func_sock (sock.c:7742) ==21586== by 0x4F80BB1: run_test (test.h:584) ==21586== by 0x4F80FA0: main (test.h:654) ==21586==
==21586== 60 bytes in 1 blocks are definitely lost in loss record 352 of 701 ==21586== at 0x7BC4C6EB: notify_alloc (heap.c:255) ==21586== by 0x7BC50F2F: RtlAllocateHeap (heap.c:1716) ==21586== by 0x50B638A: WS2_recv_base (socket.c:6554) ==21586== by 0x50B61D4: WSARecv (socket.c:6522) ==21586== by 0x4F7A61B: test_completion_port (sock.c:6862) ==21586== by 0x4F7FDAC: func_sock (sock.c:7739) ==21586== by 0x4F80BB1: run_test (test.h:584) ==21586== by 0x4F80FA0: main (test.h:654) ==21586==