https://bugs.winehq.org/show_bug.cgi?id=36431
Bug ID: 36431 Summary: valgrind shows a possible leak in shell32/tests/ebrowser.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
==28261== 28 bytes in 1 blocks are possibly lost in loss record 279 of 995 ==28261== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==28261== by 0x5C44BB8: apartment_getclassobject (compobj.c:526) ==28261== by 0x5C47FC6: get_inproc_class_object (compobj.c:2894) ==28261== by 0x5C4AD2F: CoGetClassObject (compobj.c:3032) ==28261== by 0x5C4B4B7: CoCreateInstance (compobj.c:3197) ==28261== by 0x4D82686: func_ebrowser (ebrowser.c:94) ==28261== by 0x4DC8888: run_test (test.h:584) ==28261== by 0x4DC8C77: main (test.h:654) ==28261==
https://bugs.winehq.org/show_bug.cgi?id=36431
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36431
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-4.19?
https://bugs.winehq.org/show_bug.cgi?id=36431
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)
Does the bug still occur with wine-4.19?
I suspect you could test this without significant difficulty.
https://bugs.winehq.org/show_bug.cgi?id=36431
--- Comment #3 from joaopa jeremielapuree@yahoo.fr ---
Does the bug still occur with wine-4.19?
I do not know how to use valgrind.
https://bugs.winehq.org/show_bug.cgi?id=36431
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- (In reply to joaopa from comment #3)
Does the bug still occur with wine-4.19?
I do not know how to use valgrind.
Quite simple: `valgrind --trace-children=yes --leak-check=full wine shell32_test.exe ebrowser`
https://bugs.winehq.org/show_bug.cgi?id=36431
--- Comment #5 from joaopa jeremielapuree@yahoo.fr --- Created attachment 65587 --> https://bugs.winehq.org/attachment.cgi?id=65587 console output from valgrind
I obtained this console output. I did not see
by 0x4D82686: func_ebrowser (ebrowser.c:94)
Does that mean that the bug is fixed?
https://bugs.winehq.org/show_bug.cgi?id=36431
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- (In reply to joaopa from comment #5)
Created attachment 65587 [details] console output from valgrind
I obtained this console output. I did not see
by 0x4D82686: func_ebrowser (ebrowser.c:94)
Does that mean that the bug is fixed?
It would seem so.
https://bugs.winehq.org/show_bug.cgi?id=36431
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.20.