[Bug 38444] valgrind shows some definite leaks in dpnet/tests/address.c

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 10 01:03:41 CDT 2015


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

--- Comment #2 from Austin English <austinenglish at gmail.com> ---
(In reply to Alistair Leslie-Hughes from comment #1)
> This should be fixed by
> http://source.winehq.org/git/wine.git/?a=commit;
> h=4f15cc4d1a41e81bcb146908fc04b4f6dd9ffa11

I still see it:
../../../tools/runtest -q -P wine -T ../../.. -M dpnet.dll -p dpnet_test.exe.so
address && touch address.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==20299== 10 bytes in 1 blocks are definitely lost in loss record 40 of 613
==20299==    at 0x7BC4A9F1: notify_alloc (heap.c:254)
==20299==    by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==20299==    by 0x6039051: heap_alloc (address.c:44)
==20299==    by 0x60390F4: heap_strdupW (address.c:65)
==20299==    by 0x603A79B: IDirectPlay8AddressImpl_AddComponent (address.c:546)
==20299==    by 0x4AEEAFF: address_addcomponents (address.c:135)
==20299==    by 0x4AEFFBE: func_address (address.c:345)
==20299==    by 0x4AF3974: run_test (test.h:584)
==20299==    by 0x4AF3DBC: main (test.h:666)
==20299== 

==20299== 16 bytes in 1 blocks are definitely lost in loss record 112 of 613
==20299==    at 0x7BC4A9F1: notify_alloc (heap.c:254)
==20299==    by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==20299==    by 0x6039051: heap_alloc (address.c:44)
==20299==    by 0x60390F4: heap_strdupW (address.c:65)
==20299==    by 0x603A79B: IDirectPlay8AddressImpl_AddComponent (address.c:546)
==20299==    by 0x4AEE2FC: address_addcomponents (address.c:93)
==20299==    by 0x4AEFFBE: func_address (address.c:345)
==20299==    by 0x4AF3974: run_test (test.h:584)
==20299==    by 0x4AF3DBC: main (test.h:666)

==20299== 18 bytes in 1 blocks are definitely lost in loss record 115 of 613
==20299==    at 0x7BC4A9F1: notify_alloc (heap.c:254)
==20299==    by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==20299==    by 0x6039051: heap_alloc (address.c:44)
==20299==    by 0x60390F4: heap_strdupW (address.c:65)
==20299==    by 0x603A79B: IDirectPlay8AddressImpl_AddComponent (address.c:546)
==20299==    by 0x4AEE700: address_addcomponents (address.c:113)
==20299==    by 0x4AEFFBE: func_address (address.c:345)
==20299==    by 0x4AF3974: run_test (test.h:584)
==20299==    by 0x4AF3DBC: main (test.h:666)
==20299==

-- 
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