[Bf-blender-cvs] CVS commit: blender/source/blender/render/intern/source convertblender.c

Ton Roosendaal ton at blender.org
Tue Jun 27 15:13:49 CEST 2006


ton (Ton Roosendaal) 2006/06/27 15:13:49 CEST

  Modified files:
    blender/source/blender/render/intern/source convertblender.c 
  
  Log:
  Bugfix #4446
  
  Wire render crashes in Linux (only!), but why? Using a calloc instead of
  malloc fixes it, but that doesn't solve the real issue in the code.
  
  I can only imagine that bsearch() in linux has a completely different
  implementation...
  
  Anyhoo; let's commit the calloc, at least then we got stable wire render!
  
  Revision  Changes    Path
  1.50      +2 -2      blender/source/blender/render/intern/source/convertblender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/render/intern/source/convertblender.c.diff?r1=1.49&r2=1.50&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list