[Bug 36621] New: valgrind shows several definite leaks in ddraw/tests/ddraw1.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 31 14:52:59 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36621

            Bug ID: 36621
           Summary: valgrind shows several definite leaks in
                    ddraw/tests/ddraw1.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 at winehq.org
          Reporter: austinenglish at gmail.com

==13886== 20 bytes in 1 blocks are definitely lost in loss record 205 of 1,033
==13886==    at 0x7BC4C75D: notify_alloc (heap.c:255)
==13886==    by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==13886==    by 0x4B90A4B: DirectDrawCreateClipper (ddraw.c:3274)
==13886==    by 0x4B90C0D: ddraw7_CreateClipper (ddraw.c:3309)
==13886==    by 0x4B90E50: ddraw1_CreateClipper (ddraw.c:3342)
==13886==    by 0x4A6BA13: create_device (ddraw1.c:286)
==13886==    by 0x4A6E659: test_coop_level_d3d_state (ddraw1.c:788)
==13886==    by 0x4A87307: func_ddraw1 (ddraw1.c:5488)
==13886==    by 0x4B24F84: run_test (test.h:584)
==13886==    by 0x4B25373: main (test.h:654)
==13886== 

==13886== 20 bytes in 1 blocks are definitely lost in loss record 206 of 1,033
==13886==    at 0x7BC4C75D: notify_alloc (heap.c:255)
==13886==    by 0x7BC50FA1: RtlAllocateHeap (heap.c:1716)
==13886==    by 0x4B90A4B: DirectDrawCreateClipper (ddraw.c:3274)
==13886==    by 0x4B90C0D: ddraw7_CreateClipper (ddraw.c:3309)
==13886==    by 0x4B90E50: ddraw1_CreateClipper (ddraw.c:3342)
==13886==    by 0x4A6BA13: create_device (ddraw1.c:286)
==13886==    by 0x4A6ED15: test_surface_interface_mismatch (ddraw1.c:860)
==13886==    by 0x4A8730C: func_ddraw1 (ddraw1.c:5489)
==13886==    by 0x4B24F84: run_test (test.h:584)
==13886==    by 0x4B25373: main (test.h:654)
==13886== 

etc.

and one case of:
==13516== 4,096 bytes in 1 blocks are definitely lost in loss record 1,473 of
1,516
==13516==    at 0x72E66F1: ??? (in /usr/lib/libdrm_intel.so.1.0.0)
==13516==    by 0x72E2378: drm_intel_bo_map (in /usr/lib/libdrm_intel.so.1.0.0)
==13516==    by 0x6EF6DC2: ??? (in /usr/lib/dri/i965_dri.so)
==13516==    by 0x6EF8594: ??? (in /usr/lib/dri/i965_dri.so)
==13516==    by 0x6EFECCD: ??? (in /usr/lib/dri/i965_dri.so)
==13516==    by 0x6D2D411: ??? (in /usr/lib/dri/i965_dri.so)
==13516==    by 0x6F0189E: ??? (in /usr/lib/dri/i965_dri.so)
==13516==    by 0x6D16339: ??? (in /usr/lib/dri/i965_dri.so)
==13516==    by 0x6D1A9E9: ??? (in /usr/lib/dri/i965_dri.so)
==13516==    by 0x68D1C95: glTexSubImage2D (in /usr/lib/libGL.so.1.2.0)
==13516==    by 0x510FE80: surface_upload_data (surface.c:1641)
==13516==    by 0x511D054: surface_load_texture (surface.c:4861)
==13516==    by 0x511D52E: surface_load_location (surface.c:4954)
==13516==    by 0x5111C25: surface_load (surface.c:2150)
==13516==    by 0x51294DA: texture2d_sub_resource_load (texture.c:730)
==13516==    by 0x5128AE8: wined3d_texture_load (texture.c:539)
==13516==    by 0x50558C7: arbfp_blit_surface (arb_program_shader.c:7653)
==13516==    by 0x5121910: wined3d_surface_blt (surface.c:6060)
==13516==    by 0x4A9646C: ddraw_surface_blt_clipped (surface.c:1387)
==13516==    by 0x4A96CCA: ddraw_surface7_Blt (surface.c:1543)
==13516==

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list