https://bugs.winehq.org/show_bug.cgi?id=36138
Bug ID: 36138 Summary: valgrind shows some leaks in oleaut32/tests/typelib.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: oleaut32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
Created attachment 48298 --> https://bugs.winehq.org/attachment.cgi?id=48298 valgrind log
==32128== 16 bytes in 1 blocks are possibly lost in loss record 122 of 609 ==32128== at 0x7BC4C735: notify_alloc (heap.c:255) ==32128== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==32128== by 0x4F980FA: alloc_bstr (oleaut.c:162) ==32128== by 0x4F98490: SysAllocStringLen (oleaut.c:324) ==32128== by 0x4F981A7: SysAllocString (oleaut.c:232) ==32128== by 0x4FBBBA5: TLB_append_str (typelib.c:1979) ==32128== by 0x4FCEAC1: ICreateTypeLib2_fnCreateTypeInfo (typelib.c:8728) ==32128== by 0x4C5A83F: test_SetFuncAndParamNames (oaidl.h:5892) ==32128== by 0x4C60908: func_typelib (typelib.c:5439) ==32128== by 0x4D35F00: run_test (test.h:584) ==32128== by 0x4D362EF: main (test.h:654)
I'll attach a full log.