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
https://bugs.winehq.org/show_bug.cgi?id=36119
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows leaks in |valgrind shows leaks in |ntdll/file.c |ntdll/tests/file.c
http://bugs.winehq.org/show_bug.cgi?id=36119
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0563c78cb63b8e021fdba2b9049 | |c6875b784ff0e Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Fixed with 0563c78cb63b8e021fdba2b9049c6875b784ff0e.
https://bugs.winehq.org/show_bug.cgi?id=36119
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.7.19.