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@winehq.org Reporter: austinenglish@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==
https://bugs.winehq.org/show_bug.cgi?id=36572
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
http://bugs.winehq.org/show_bug.cgi?id=36572
--- Comment #1 from Nikolay Sivov bunglehead@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.
http://bugs.winehq.org/show_bug.cgi?id=36572
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- I got a patch for that, will send next week.
https://bugs.winehq.org/show_bug.cgi?id=36572
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d3a034e3482637ad28dc2d36eba | |27d2c94b8a6ae Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com --- Should be fixed by https://source.winehq.org/git/wine.git/commitdiff/d3a034e3482637ad28dc2d36eb...
https://bugs.winehq.org/show_bug.cgi?id=36572
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.21.