Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=7493          
     
           Summary: ArrayObjects leaks
           Product: Mesa
           Version: CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


The new array object code introduced some memory leak(s):

=30274== 1,888 bytes in 1 blocks are definitely lost in loss record 22 of 24
==30274==    at 0x401B4D1: malloc (in
/usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
==30274==    by 0x4656530: _mesa_malloc (imports.c:94)
==30274==    by 0x4616311: _mesa_new_array_object (arrayobj.c:80)
==30274==    by 0x46A273E: _mesa_init_varray (varray.c:937)
==30274==    by 0x4619C4D: init_attrib_groups (context.c:1158)
==30274==    by 0x4619EC2: _mesa_initialize_context (context.c:1291)

Apart from that, the array objects in ss->ArrayObjects need to be freed properly
in freed_shared_state() too, I guess.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to