https://bugs.winehq.org/show_bug.cgi?id=36347
Bug ID: 36347 Summary: valgrind shows a few leaks in d3d8/tests/stateblock.c Product: Wine Version: 1.7.17 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
==3441== 148 bytes in 1 blocks are possibly lost in loss record 551 of 826 ==3441== at 0x40087BA: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so) ==3441== by 0x72DB6AF: ??? (in /usr/lib/libdrm_intel.so.1.0.0) ==3441== by 0x72D6294: drm_intel_bo_alloc (in /usr/lib/libdrm_intel.so.1.0.0) ==3441== by 0x6EE4251: ??? (in /usr/lib/dri/i965_dri.so) ==3441== by 0x6EE484B: ??? (in /usr/lib/dri/i965_dri.so) ==3441== by 0x6F196DB: ??? (in /usr/lib/dri/i965_dri.so) ==3441== by 0x6EA89B4: ??? (in /usr/lib/dri/i965_dri.so) ==3441== by 0x67CCB9B: ??? (in /usr/lib/libGL.so.1.2.0) ==3441== by 0x679C2F4: ??? (in /usr/lib/libGL.so.1.2.0) ==3441== by 0x5ED0DF2: create_glxcontext.isra.0 (opengl.c:1254) ==3441== by 0x5ED1127: X11DRV_wglCreateContextAttribsARB (opengl.c:2071) ==3441== by 0x52FBC29: wglCreateContextAttribsARB (wgl.c:268) ==3441== by 0x4E619D8: context_create (context.c:1543) ==3441== by 0x4EF7866: wined3d_swapchain_create (swapchain.c:914) ==3441== by 0x4AE811F: d3d8_swapchain_create (swapchain.c:163) ==3441== by 0x4AE48FA: d3d8_device_CreateAdditionalSwapChain (device.c:565) ==3441== by 0x4A7570B: switch_render_target (stateblock.c:185) ==3441== by 0x4A77594: execute_test_chain (stateblock.c:136) ==3441== by 0x4A782E6: test_state_management (stateblock.c:450) ==3441== by 0x4A91648: run_test (test.h:584) ==3441==
https://bugs.winehq.org/show_bug.cgi?id=36347
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36347
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.9?