[Bug 43387] New: valgrind shows several definite leaks in dlls/ windowscodecs/tests/metadata.c
https://bugs.winehq.org/show_bug.cgi?id=43387 Bug ID: 43387 Summary: valgrind shows several definite leaks in dlls/windowscodecs/tests/metadata.c Product: Wine Version: 2.12 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com Distribution: Gentoo ==2263== 16 bytes in 1 blocks are definitely lost in loss record 116 of 603 ==2263== at 0x7BC51061: notify_alloc (heap.c:254) ==2263== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716) ==2263== by 0x4BBB1B1: MetadataQueryReader_CreateInstance (metadataquery.c:624) ==2263== by 0x4BBAE68: mqr_GetMetadataByName (metadataquery.c:540) ==2263== by 0x4A3A786: IWICMetadataQueryReader_GetMetadataByName (wincodec.h:1605) ==2263== by 0x4A3A786: test_metadata_gif (???:0) ==2263== by 0x4A40077: func_metadata (metadata.c:3077) ==2263== by 0x4A51AF9: run_test (test.h:603) ==2263== by 0x4A51F58: main (test.h:687) ==2263== ==2263== 64 bytes in 4 blocks are definitely lost in loss record 300 of 603 ==2263== at 0x7BC51061: notify_alloc (heap.c:254) ==2263== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716) ==2263== by 0x4BBB1B1: MetadataQueryReader_CreateInstance (metadataquery.c:624) ==2263== by 0x4BBAE68: mqr_GetMetadataByName (metadataquery.c:540) ==2263== by 0x4A3F47F: IWICMetadataQueryReader_GetMetadataByName (wincodec.h:1605) ==2263== by 0x4A3F47F: test_queryreader (???:0) ==2263== by 0x4A4003B: func_metadata (metadata.c:3065) ==2263== by 0x4A51AF9: run_test (test.h:603) ==2263== by 0x4A51F58: main (test.h:687) ==2263== ==2263== 212 bytes in 1 blocks are definitely lost in loss record 446 of 603 ==2263== at 0x7BC51061: notify_alloc (heap.c:254) ==2263== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716) ==2263== by 0x7B44A252: HeapAlloc (heap.c:271) ==2263== by 0x7B44A53F: GlobalAlloc (heap.c:389) ==2263== by 0x4A3040D: create_stream (metadata.c:208) ==2263== by 0x4A3768B: test_metadata_gif (metadata.c:1340) ==2263== by 0x4A40077: func_metadata (metadata.c:3077) ==2263== by 0x4A51AF9: run_test (test.h:603) ==2263== by 0x4A51F58: main (test.h:687) ==2263== -- 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=43387 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> --- Does the bug still occur with wine-4.9? -- 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=43387 --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- (In reply to joaopa from comment #1)
Does the bug still occur with wine-4.9?
Still at least one leak: ==9744== 64 bytes in 4 blocks are definitely lost in loss record 355 of 730 ==9744== at 0x7BC5EB75: notify_alloc (heap.c:260) ==9744== by 0x7BC61BBB: RtlAllocateHeap (heap.c:1726) ==9744== by 0x50E0576: MetadataQueryReader_CreateInstance (metadataquery.c:624) ==9744== by 0x50E0B9C: mqr_GetMetadataByName (metadataquery.c:540) ==9744== by 0x4F4F98F: IWICMetadataQueryReader_GetMetadataByName (wincodec.h:1618) ==9744== by 0x4F4F98F: test_queryreader (???:0) ==9744== by 0x4F58435: func_metadata (metadata.c:3055) ==9744== by 0x4F65747: run_test (test.h:626) ==9744== by 0x4F65FAA: main (test.h:710) ==9744== austin(a)laptop:~/wine-valgrind/dlls/windowscodecs/tests$ git describe wine-4.9-216-g381c4e7b66 -- 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=43387 --- Comment #3 from Sven <sven.wine(a)gmail.com> --- This has been fixed by 4321cd9d7e69cac0156679f6147597ef45e57562 -- 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=43387 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Fixed by SHA1| |4321cd9d7e69cac0156679f6147 | |597ef45e57562 --- Comment #4 from Vincent Povirk <madewokherd(a)gmail.com> --- Reported fixed, resolving. -- 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=43387 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.15. -- 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=43387 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.15. -- 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=43387 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.15. -- 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