https://bugs.winehq.org/show_bug.cgi?id=36298
Bug ID: 36298 Summary: valgrind shows several leaks in msxml3/tests/domdoc.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
Created attachment 48399 --> https://bugs.winehq.org/attachment.cgi?id=48399 valgrind log
==30791== 16 bytes in 1 blocks are definitely lost in loss record 440 of 1,669 ==30791== at 0x7BC4C735: notify_alloc (heap.c:255) ==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==30791== by 0x4D080FA: alloc_bstr (oleaut.c:162) ==30791== by 0x4D08490: SysAllocStringLen (oleaut.c:324) ==30791== by 0x4D081A7: SysAllocString (oleaut.c:232) ==30791== by 0x4A70E54: test_xmlns_attribute (domdoc.c:11048) ==30791== by 0x4A76B0E: func_domdoc (domdoc.c:11927) ==30791== by 0x4AB096C: run_test (test.h:584) ==30791== by 0x4AB0D5B: main (test.h:654) ==30791==
==30791== 28 bytes in 1 blocks are possibly lost in loss record 616 of 1,669 ==30791== at 0x7BC4C735: notify_alloc (heap.c:255) ==30791== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==30791== by 0x4D2B262: heap_alloc_zero (typelib.c:1662) ==30791== by 0x4D2DEA1: MSFT_ReadAllRefs (typelib.c:2902) ==30791== by 0x4D3014C: ITypeLib2_Constructor_MSFT (typelib.c:3716) ==30791== by 0x4D2F3B8: TLB_ReadTypeLib (typelib.c:3460) ==30791== by 0x4D276DC: LoadTypeLibEx (typelib.c:478) ==30791== by 0x4D27618: LoadTypeLib (typelib.c:454) ==30791== by 0x4D3C082: ITypeInfo_fnGetRefTypeInfo (typelib.c:7730) ==30791== by 0x4D36DC5: ITypeInfoImpl_GetInternalDispatchFuncDesc (oaidl.h:1532) ==30791== by 0x4D36E00: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:6014) ==30791== by 0x4D37036: ITypeInfo_fnGetFuncDesc (typelib.c:6090) ==30791== by 0x6196C5C: preprocess_dispex_data (oaidl.h:1505) ==30791== by 0x6196E79: get_dispex_data (dispex.c:323) ==30791== by 0x6197446: DispatchEx_GetDispID (dispex.c:420) ==30791== by 0x4A621D5: test_selection (dispex.h:296) ==30791== by 0x4A76AD7: func_domdoc (domdoc.c:11916) ==30791== by 0x4AB096C: run_test (test.h:584) ==30791== by 0x4AB0D5B: main (test.h:654) ==30791==
etc.
https://bugs.winehq.org/show_bug.cgi?id=36298
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=36298
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36298
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |30410d48fd46e9e58f35e96df9a | |a323520444bbf Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|bunglehead@gmail.com |wine-bugs@winehq.org
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Definite leak is fixed with http://source.winehq.org/git/wine.git/commit/30410d48fd46e9e58f35e96df9aa323.... Typelib stuff is still there, not sure what to do about it yet.
https://bugs.winehq.org/show_bug.cgi?id=36298
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.1.