[Bug 36572] New: valgrind shows a definite leak in shlwapi/tests/ordinal.c
https://bugs.winehq.org/show_bug.cgi?id=36572 Bug ID: 36572 Summary: valgrind shows a definite leak in shlwapi/tests/ordinal.c Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: shlwapi Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com ==15716== 28 bytes in 1 blocks are definitely lost in loss record 223 of 693 ==15716== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==15716== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==15716== by 0x7B8457FF: HeapAlloc (heap.c:271) ==15716== by 0x7B845A26: GlobalAlloc (heap.c:364) ==15716== by 0x7B846E63: LocalAlloc (heap.c:967) ==15716== by 0x61A6796: ??? ==15716== by 0x6193538: ??? ==15716== by 0x4CB72F9: test_SHIShellFolder_EnumObjects (ordinal.c:2657) ==15716== by 0x4CB95D6: func_ordinal (ordinal.c:3084) ==15716== by 0x4CD34BC: run_test (test.h:584) ==15716== by 0x4CD38AB: main (test.h:654) ==15716== -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36572 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36572 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- This happens because we don't release cached desktop shellfolder instance on process detach. And in this particular case shell32 is manually loaded/unloaded, so it's a valid warning. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36572 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- I got a patch for that, will send next week. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36572 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d3a034e3482637ad28dc2d36eba | |27d2c94b8a6ae Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> --- Should be fixed by https://source.winehq.org/git/wine.git/commitdiff/d3a034e3482637ad28dc2d36eb... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36572 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.21. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org