https://bugs.winehq.org/show_bug.cgi?id=36714
Bug ID: 36714 Summary: valgrind shows two definite leaks in wintrust/tests/softpub.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: wintrust Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==14510== 44 bytes in 1 blocks are definitely lost in loss record 221 of 536 ==14510== at 0x7BC49369: notify_alloc (heap.c:255) ==14510== by 0x7BC4D59F: RtlAllocateHeap (heap.c:1716) ==14510== by 0x4DD7A8C: WINTRUST_Alloc (wintrust_main.c:47) ==14510== by 0x4DDAC1C: WINTRUST_AddSgnr (wintrust_main.c:1050) ==14510== by 0x4C6EF83: testCertTrust (softpub.c:566) ==14510== by 0x4C6F34E: test_provider_funcs (softpub.c:635) ==14510== by 0x4C7033B: func_softpub (softpub.c:938) ==14510== by 0x4C71084: run_test (test.h:584) ==14510== by 0x4C71450: main (test.h:654) ==14510==
==14510== 60 bytes in 1 blocks are definitely lost in loss record 269 of 536 ==14510== at 0x7BC49369: notify_alloc (heap.c:255) ==14510== by 0x7BC4D59F: RtlAllocateHeap (heap.c:1716) ==14510== by 0x4DD7A8C: WINTRUST_Alloc (wintrust_main.c:47) ==14510== by 0x4DDAE4A: WINTRUST_AddCert (wintrust_main.c:1102) ==14510== by 0x4C6E172: test_utils (softpub.c:208) ==14510== by 0x4C6F30C: test_provider_funcs (softpub.c:632) ==14510== by 0x4C7033B: func_softpub (softpub.c:938) ==14510== by 0x4C71084: run_test (test.h:584) ==14510== by 0x4C71450: main (test.h:654) ==14510==
follow up to bug 36605