https://bugs.winehq.org/show_bug.cgi?id=36119
Bug ID: 36119 Summary: valgrind shows leaks in ntdll/file.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==20233== 82 bytes in 1 blocks are definitely lost in loss record 131 of 257 ==20233== at 0x7BC4C735: notify_alloc (heap.c:255) ==20233== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==20233== by 0x7BC65230: RtlDosPathNameToNtPathName_U (path.c:394) ==20233== by 0x4965504: test_NtCreateFile (file.c:1926) ==20233== by 0x496BA62: func_file (file.c:2720) ==20233== by 0x49A151C: run_test (test.h:584) ==20233== by 0x49A190B: main (test.h:654) ==20233==
==20233== 116 bytes in 1 blocks are definitely lost in loss record 158 of 257 ==20233== at 0x7BC4C735: notify_alloc (heap.c:255) ==20233== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==20233== by 0x7BC65230: RtlDosPathNameToNtPathName_U (path.c:394) ==20233== by 0x495A8A5: create_file_test (file.c:271) ==20233== by 0x496BA67: func_file (file.c:2721) ==20233== by 0x49A151C: run_test (test.h:584) ==20233== by 0x49A190B: main (test.h:654) ==20233==
==20233== 122 bytes in 1 blocks are definitely lost in loss record 161 of 257 ==20233== at 0x7BC4C735: notify_alloc (heap.c:255) ==20233== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==20233== by 0x7BC65230: RtlDosPathNameToNtPathName_U (path.c:394) ==20233== by 0x495A6FF: create_file_test (file.c:257) ==20233== by 0x496BA67: func_file (file.c:2721) ==20233== by 0x49A151C: run_test (test.h:584) ==20233== by 0x49A190B: main (test.h:654) ==20233==
(found with ntdll/tests/file.c