https://bugs.winehq.org/show_bug.cgi?id=36432
Bug ID: 36432 Summary: valgrind shows a possible leak in shell32/tests/recyclebin.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==28293== 214 bytes in 2 blocks are possibly lost in loss record 424 of 603 ==28293== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==28293== by 0x5C5D493: IMalloc_fnAlloc (ifs.c:186) ==28293== by 0x5C5D9D4: CoTaskMemAlloc (objidl.h:1236) ==28293== by 0x4F59DB8: SHAlloc (shellole.c:310) ==28293== by 0x4F9A7DC: XDG_ParseDesktopFile (xdg.c:658) ==28293== by 0x4F99305: TRASH_EnumItems (trash.c:473) ==28293== by 0x4F47AEB: SHQueryRecycleBinW (recyclebin.c:866) ==28293== by 0x4F47CE7: SHQueryRecycleBinA (recyclebin.c:855) ==28293== by 0x4D77973: test_query_recyclebin (recyclebin.c:74) ==28293== by 0x4DB8888: run_test (test.h:584) ==28293== by 0x4DB8C77: main (test.h:654) ==28293==
http://bugs.winehq.org/show_bug.cgi?id=36432
--- Comment #1 from Vincent Povirk madewokherd@gmail.com --- Seems like XDG_FreeParsedFile should be freeing parsed->contents.
https://bugs.winehq.org/show_bug.cgi?id=36432
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ee13e10cf6d05c7d08dfebb9f04 | |c70eb3e7a0a9e Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- Fixed by https://source.winehq.org/git/wine.git/commitdiff/ee13e10cf6d05c7d08dfebb9f0...
bug 28824 is the only bug I see now in recyclebin.c
https://bugs.winehq.org/show_bug.cgi?id=36432
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.20.