[Bug 36316] New: valgrind shows a possible leak in quartz/tests/avisplitter.c
https://bugs.winehq.org/show_bug.cgi?id=36316 Bug ID: 36316 Summary: valgrind shows a possible leak in quartz/tests/avisplitter.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com ==32461== 32 bytes in 1 blocks are possibly lost in loss record 197 of 561 ==32461== at 0x7BC4C735: notify_alloc (heap.c:255) ==32461== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==32461== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326) ==32461== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356) ==32461== by 0x7B876AD0: InitializeCriticalSection (sync.c:313) ==32461== by 0x605E935: ??? ==32461== by 0x5FFBAC3: ??? ==32461== by 0x5FCFC00: ??? ==32461== by 0x5FF4AC0: ??? ==32461== by 0x5017E26: CoCreateInstance (unknwn.h:226) ==32461== by 0x494548B: create_avisplitter (avisplitter.c:64) ==32461== by 0x494733E: func_avisplitter (avisplitter.c:457) ==32461== by 0x49557E4: run_test (test.h:584) ==32461== by 0x4955BD3: main (test.h:654) ==32461== -- 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=36316 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.
https://bugs.winehq.org/show_bug.cgi?id=36316 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 current wine(4.0-rc1)? -- 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=36316 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Not seeing it in 4.0-rc2, though I do see a definite leak: ==20319== 72 bytes in 1 blocks are definitely lost in loss record 384 of 770 ==20319== at 0x7BC483AD: notify_alloc (heap.c:260) ==20319== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726) ==20319== by 0x4FAD298: IMalloc_fnAlloc (ifs.c:187) ==20319== by 0x4FAD72E: IMalloc_Alloc (objidl.h:1414) ==20319== by 0x4FAD72E: CoTaskMemAlloc (???:0) ==20319== by 0x6266E99: ??? ==20319== by 0x4C1B113: IFileSourceFilter_Load (strmif.h:5396) ==20319== by 0x4C1B113: test_filter_graph (???:0) ==20319== by 0x4C1B9B4: func_avisplitter (avisplitter.c:429) ==20319== by 0x4C2EFEC: run_test (test.h:617) ==20319== by 0x4C2FA2A: main (test.h:701) ==20319== Assuming fixed. -- 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=36316 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.0-rc3. -- 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