https://bugs.winehq.org/show_bug.cgi?id=36123
Bug ID: 36123 Summary: valgrind shows leaks in msiexec/msiexec.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==23034== 20 bytes in 1 blocks are definitely lost in loss record 107 of 592 ==23034== at 0x7BC4C735: notify_alloc (heap.c:255) ==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==23034== by 0x472DD61: process_args (msiexec.c:490) ==23034== by 0x472E0BD: WinMain (msiexec.c:576) ==23034== by 0x473039B: main (exe_main.c:49) ==23034==
==23034== 26 bytes in 1 blocks are definitely lost in loss record 146 of 592 ==23034== at 0x7BC4C735: notify_alloc (heap.c:255) ==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==23034== by 0x472CE7F: StringListAppend (msiexec.c:113) ==23034== by 0x472F9DE: WinMain (msiexec.c:966) ==23034== by 0x473039B: main (exe_main.c:49) ==23034==
==23034== 28 bytes in 1 blocks are definitely lost in loss record 150 of 592 ==23034== at 0x7BC4C735: notify_alloc (heap.c:255) ==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==23034== by 0x472CFA7: build_properties (msiexec.c:146) ==23034== by 0x472FA15: WinMain (msiexec.c:972) ==23034== by 0x473039B: main (exe_main.c:49) ==23034==
https://bugs.winehq.org/show_bug.cgi?id=36123
--- Comment #1 from Austin English austinenglish@gmail.com --- Also: ==22299== 28 bytes in 1 blocks are definitely lost in loss record 150 of 605 ==22299== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==22299== by 0x48217BE: WinMain (msiexec.c:146) ==22299== by 0x4823A03: main (exe_main.c:49) ==22299== { <insert_a_suppression_name_here> Memcheck:Leak match-leak-kinds: definite fun:RtlAllocateHeap fun:WinMain fun:main }
http://bugs.winehq.org/show_bug.cgi?id=36123
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- This seems to be limited to argument parsing, and the process will exit after they're used, so I'm not sure it makes sense to fix this.
https://bugs.winehq.org/show_bug.cgi?id=36123
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind