Revision: 40939
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40939&view=rev
Author:   brlcad
Date:     2010-10-07 19:12:22 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
keith fixed a bug in the raytracers where they were crashing if you tried to 
render multiple frames (e.g., via -M script).  the problem was freeing a 
scanline but not setting it to null afterwards, causing it to free erroneously 
later.

Modified Paths:
--------------
    brlcad/trunk/NEWS

Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS   2010-10-07 18:29:40 UTC (rev 40938)
+++ brlcad/trunk/NEWS   2010-10-07 19:12:22 UTC (rev 40939)
@@ -13,6 +13,7 @@
 --- 2010-09-XX  Release 7.18.0                                     ---
 ----------------------------------------------------------------------
 
+* fixed crash when raytracing multiple frames - Keith Bowman
 * fixed mged zap crash while using preview - Keith Bowman, Bob Parker
 * added ability to toggle mged status bar via .mgedrc - Rob Shinn
 * new mged 'bot' command for accessing BoT properties - Nicholas Reed


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to