https://bugs.winehq.org/show_bug.cgi?id=36184
Bug ID: 36184 Summary: valgrind shows a potential leaks in avifil32/tests/api.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==2113== 8 bytes in 1 blocks are possibly lost in loss record 35 of 677 ==2113== at 0x7BC4C6B7: notify_alloc (heap.c:255) ==2113== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716) ==2113== by 0x7B8457FF: HeapAlloc (heap.c:271) ==2113== by 0x7B845AD4: GlobalAlloc (heap.c:376) ==2113== by 0x5852357: OLEClipbrd_Initialize (clipboard.c:1732) ==2113== by 0x588B6C6: OleInitialize (ole2.c:215) ==2113== by 0x4F95DE3: AVIFileInit (api.c:177) ==2113== by 0x4E6D3D2: func_api (api.c:716) ==2113== by 0x4E6E1F6: run_test (test.h:584) ==2113== by 0x4E6E5E4: main (test.h:654) ==2113==
https://bugs.winehq.org/show_bug.cgi?id=36184
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|valgrind shows a potential |valgrind shows a potential |leaks in |leak in |avifil32/tests/api.c |avifil32/tests/api.c
https://bugs.winehq.org/show_bug.cgi?id=36184
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36184
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |avifil32
https://bugs.winehq.org/show_bug.cgi?id=36184
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Created attachment 67749 --> https://bugs.winehq.org/attachment.cgi?id=67749 console output with valgrind --trace-children=yes --leak-check=full --show-leak-kinds=all
Looks like the bug is fixed in wine-5.13 Can an administrator close this bug as FIXED?
https://bugs.winehq.org/show_bug.cgi?id=36184
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- (In reply to joaopa from comment #1)
Created attachment 67749 [details] console output with valgrind --trace-children=yes --leak-check=full --show-leak-kinds=all
Looks like the bug is fixed in wine-5.13 Can an administrator close this bug as FIXED?
Testing Valgrind bugs with wine 5.13 isn't going to be interesting; Valgrind support for heap tracking is currently broken.