https://bugs.winehq.org/show_bug.cgi?id=36409
Bug ID: 36409 Summary: valgrind shows a couple leaks in netcfgx/tests/netcfgx.c Product: Wine Version: 1.7.18 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
==3762== 12 bytes in 1 blocks are definitely lost in loss record 68 of 562 ==3762== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==3762== by 0x5DC1DC2: INetCfg_CreateInstance (netcfg.c:228) ==3762== by 0x5DC0C61: netcfgcf_CreateInstance (main.c:94) ==3762== by 0x4CBD4DD: CoCreateInstance (unknwn.h:226) ==3762== by 0x4B54DA2: func_netcfgx (netcfgx.c:36) ==3762== by 0x4B55F6C: run_test (test.h:584) ==3762== by 0x4B5635A: main (test.h:654)
==3762== 28 bytes in 1 blocks are possibly lost in loss record 162 of 562 ==3762== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255) ==3762== by 0x4CB6BB8: apartment_getclassobject (compobj.c:526) ==3762== by 0x4CB9FC6: get_inproc_class_object (compobj.c:2894) ==3762== by 0x4CBCD2F: CoGetClassObject (compobj.c:3032) ==3762== by 0x4CBD4B7: CoCreateInstance (compobj.c:3197) ==3762== by 0x4B54DA2: func_netcfgx (netcfgx.c:36) ==3762== by 0x4B55F6C: run_test (test.h:584) ==3762== by 0x4B5635A: main (test.h:654) ==3762==