https://bugs.winehq.org/show_bug.cgi?id=36379
Bug ID: 36379 Summary: valgrind shows several possible leaks in light tests in ddraw/tests/d3d.c Product: Wine Version: 1.7.18 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==5234== 164 bytes in 1 blocks are possibly lost in loss record 1,615 of 2,129 ==5234== at 0x7BC508EB: RtlAllocateHeap (heap.c:255) ==5234== by 0x54F90E0: wined3d_device_set_light (device.c:1445) ==5234== by 0x4ACD12B: d3d_device7_SetLight (device.c:5412) ==5234== by 0x4ACD169: d3d_device7_SetLight_FPUSetup (device.c:5420) ==5234== by 0x50D7C81: LightTest (d3d.c:229) ==5234== by 0x50DC309: func_d3d (d3d.c:3945) ==5234== by 0x50CC30B: main (test.h:584) ==5234==
==5234== 164 bytes in 1 blocks are possibly lost in loss record 1,616 of 2,129 ==5234== at 0x7BC508EB: RtlAllocateHeap (heap.c:255) ==5234== by 0x54F90E0: wined3d_device_set_light (device.c:1445) ==5234== by 0x54F92C4: wined3d_device_set_light_enable (device.c:1596) ==5234== by 0x4AC9BDB: d3d_device7_LightEnable (device.c:6269) ==5234== by 0x4AC9C19: d3d_device7_LightEnable_FPUSetup (device.c:6277) ==5234== by 0x50D7E80: LightTest (d3d.c:260) ==5234== by 0x50DC309: func_d3d (d3d.c:3945) ==5234== by 0x50CC30B: main (test.h:584) ==5234==