https://bugs.winehq.org/show_bug.cgi?id=36186
Bug ID: 36186 Summary: valgrind shows a potential leak in wmiutils/tests/path.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==2566== 28 bytes in 1 blocks are possibly lost in loss record 164 of 592 ==2566== at 0x7BC4C6B7: notify_alloc (heap.c:255) ==2566== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716) ==2566== by 0x4FC483E: COMPOBJ_DllList_Add (compobj.c:526) ==2566== by 0x4FC6B7A: apartment_getclassobject (compobj.c:1335) ==2566== by 0x4FCA2C4: get_inproc_class_object (compobj.c:2894) ==2566== by 0x4FCA783: CoGetClassObject (compobj.c:3032) ==2566== by 0x4FCAD45: CoCreateInstance (compobj.c:3197) ==2566== by 0x4E78E44: create_path (path.c:81) ==2566== by 0x4E78E9E: test_IWbemPath_SetText (path.c:132) ==2566== by 0x4E7F004: func_path (path.c:869) ==2566== by 0x4E7FE31: run_test (test.h:584) ==2566== by 0x4E8021F: main (test.h:654) ==2566==
follow up to bug 36161
https://bugs.winehq.org/show_bug.cgi?id=36186
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36186
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- I think this simply means that object dll is not unloaded immediately after last object got released. If I'm not mistaken we have similar warnings all over.