[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib/intern BLI_memarena.c

Daniel Dunbar daniel at zuster.org
Mon Mar 21 01:48:19 CET 2005


zuster (Daniel Dunbar) 2005/03/21 01:48:19 CET

  Modified files:
    blender/source/blender/blenlib/intern BLI_memarena.c 
  
  Log:
   - switch BLI_memarena to use stdlib malloc/free (alloc errors
  	will be caught by containing structure)
   - fixed off-by-one bug (reallocated one byte before necessary)
  
  Revision  Changes    Path
  1.5       +6 -4      blender/source/blender/blenlib/intern/BLI_memarena.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenlib/intern/BLI_memarena.c.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list