https://bugs.winehq.org/show_bug.cgi?id=36420
Bug ID: 36420 Summary: valgrind shows a possible leak in oledb32/tests/convert.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: oledb32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==4543== 28 bytes in 1 blocks are possibly lost in loss record 173 of 580 ==4543== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==4543== by 0x512CBB8: apartment_getclassobject (compobj.c:526) ==4543== by 0x512FFC6: get_inproc_class_object (compobj.c:2894) ==4543== by 0x5132D2F: CoGetClassObject (compobj.c:3032) ==4543== by 0x51334B7: CoCreateInstance (compobj.c:3197) ==4543== by 0x4B75932: test_dcinfo (convert.c:47) ==4543== by 0x4B84AFA: func_convert (convert.c:2908) ==4543== by 0x4B90E18: run_test (test.h:584) ==4543== by 0x4B91207: main (test.h:654) ==4543==
https://bugs.winehq.org/show_bug.cgi?id=36420
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com
https://bugs.winehq.org/show_bug.cgi?id=36420
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind