http://bugs.winehq.org/show_bug.cgi?id=26073
Summary: shell32/shelldispatch tests show some valgrind warnings Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=33248) --> (http://bugs.winehq.org/attachment.cgi?id=33248) valgrind log
32 bytes in 1 blocks are definitely lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by Folder_Constructor (shelldispatch.c:712) by ShellDispatch_NameSpace (shelldispatch.c:854) by test_namespace (shelldispatch.c:87) by func_shelldispatch (shelldispatch.c:314) by run_test (test.h:556) by main (test.h:624)
and a few possibly lost, like:
36 bytes in 1 blocks are possibly lost at notify_alloc (heap.c:254) by RtlAllocateHeap (heap.c:1701) by heap_alloc_zero (typelib.c:1471) by MSFT_DoRefType (typelib.c:2160) by ITypeLib2_Constructor_MSFT (typelib.c:3063) by TLB_ReadTypeLib (typelib.c:2822) by LoadTypeLibEx (typelib.c:435) by LoadTypeLib (typelib.c:411) by LoadRegTypeLib (typelib.c:494) by load_type_info (shelldispatch.c:82) by IShellDispatch_Constructor (shelldispatch.c:1052) by IDefClF_fnCreateInstance (shellole.c:467) by CoCreateInstance (compobj.c:2512) by test_namespace (shelldispatch.c:68) by func_shelldispatch (shelldispatch.c:314) by run_test (test.h:556) by main (test.h:624)
I'll attach the full log.