[Bug 36201] valgrind shows a definite leak under crypt32/tests/store.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 10 18:32:28 CDT 2017


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

--- Comment #5 from Austin English <austinenglish at gmail.com> ---
(In reply to Austin English from comment #4)
> I see:
> ==17365== 48 bytes in 1 blocks are definitely lost in loss record 246 of 538
> ==17365==    at 0x7BC50754: notify_alloc (heap.c:254)
> ==17365==    by 0x7BC54BD5: RtlAllocateHeap (heap.c:1716)
> ==17365==    by 0x4DA434F: CryptMemAlloc (main.c:123)
> ==17365==    by 0x4D7CDDE: Context_CreateDataContext (context.c:32)
> ==17365==    by 0x4D6B2BD: CertCreateCertificateContext (cert.c:334)
> ==17365==    by 0x4C105CA: testEmptyStore (store.c:2945)
> ==17365==    by 0x4C119BC: func_store (store.c:3208)
> ==17365==    by 0x4C1619E: run_test (test.h:589)
> ==17365==    by 0x4C165CA: main (test.h:671)
> ==17365== 
> 
> with 2.1.

Still in 2.12:
../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p
crypt32_test.exe.so store && touch store.ok
==16985== 48 bytes in 1 blocks are definitely lost in loss record 255 of 547
==16985==    at 0x7BC50812: notify_alloc (heap.c:254)
==16985==    by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==16985==    by 0x4C13BCA: CryptMemAlloc (main.c:123)
==16985==    by 0x4BEC659: Context_CreateDataContext (context.c:32)
==16985==    by 0x4BDAB38: CertCreateCertificateContext (cert.c:334)
==16985==    by 0x4A78E19: testEmptyStore (store.c:2921)
==16985==    by 0x4A7A1F0: func_store (store.c:3183)
==16985==    by 0x4A7EA74: run_test (test.h:603)
==16985==    by 0x4A7EEC6: main (test.h:687)
==16985==

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