https://bugs.winehq.org/show_bug.cgi?id=36212
Bug ID: 36212 Summary: valgrind shows some possible leaks under crypt32/tests/oid.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==19597== 20 bytes in 1 blocks are possibly lost in loss record 47 of 271 ==19597== at 0x7BC4C6B7: notify_alloc (heap.c:255) ==19597== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716) ==19597== by 0x514398B: CryptMemAlloc (main.c:124) ==19597== by 0x5154C8C: CryptInstallOIDFunctionAddress (oid.c:248) ==19597== by 0x4EA1DF1: test_installOIDFunctionAddress (oid.c:252) ==19597== by 0x4EA3837: func_oid (oid.c:600) ==19597== by 0x4EB7F67: run_test (test.h:584) ==19597== by 0x4EB8356: main (test.h:654) ==19597==
==19597== 44 bytes in 1 blocks are possibly lost in loss record 101 of 271 ==19597== at 0x7BC4C6B7: notify_alloc (heap.c:255) ==19597== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716) ==19597== by 0x514398B: CryptMemAlloc (main.c:124) ==19597== by 0x51547E3: CryptInitOIDFunctionSet (oid.c:119) ==19597== by 0x4EA1855: test_oidFunctionSet (oid.c:164) ==19597== by 0x4EA3832: func_oid (oid.c:599) ==19597== by 0x4EB7F67: run_test (test.h:584) ==19597== by 0x4EB8356: main (test.h:654) ==19597==
==19597== 44 bytes in 1 blocks are possibly lost in loss record 105 of 271 ==19597== at 0x7BC4C6B7: notify_alloc (heap.c:255) ==19597== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716) ==19597== by 0x514398B: CryptMemAlloc (main.c:124) ==19597== by 0x51547E3: CryptInitOIDFunctionSet (oid.c:119) ==19597== by 0x4EA2F2B: test_getDefaultOIDFunctionAddress (oid.c:478) ==19597== by 0x4EA3846: func_oid (oid.c:603) ==19597== by 0x4EB7F67: run_test (test.h:584) ==19597== by 0x4EB8356: main (test.h:654) ==19597==
https://bugs.winehq.org/show_bug.cgi?id=36212
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36212
donanykey@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |donanykey@gmail.com
--- Comment #1 from donanykey@gmail.com --- Hi Austin, You might want to re-test this, I am not reported any leaks in `oid` tests with 1.9.22 and wineserver running in a separate process
https://bugs.winehq.org/show_bug.cgi?id=36212
--- Comment #2 from donanykey@gmail.com --- Please read "wineserver launched beforehand and kept running to check leaks in tests only" in my previous comment where "separate process", sorry for typo
https://bugs.winehq.org/show_bug.cgi?id=36212
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to donanykey from comment #1)
Hi Austin, You might want to re-test this, I am not reported any leaks in `oid` tests with 1.9.22 and wineserver running in a separate process
I can still reproduce in wine-2.1 and valgrind-3.13.0.SVN-16204-vex-3299
https://bugs.winehq.org/show_bug.cgi?id=36212
--- Comment #4 from Austin English austinenglish@gmail.com --- Still in wine-2.12-169-ga8b5fdda32