Revision: 41270
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41270&view=rev
Author:   brlcad
Date:     2010-11-08 14:55:51 +0000 (Mon, 08 Nov 2010)

Log Message:
-----------
nick fixed a bug on 28AUG2010 in bot_decimate where the bookkeeping in 
decimate_edge() was missing an edge case while updating the edge list and that 
sometimes caused the routine to access a freed structure (which caused a bus 
error).  this fixes an mged crash bug as well as any other decimation 
routines/tools that called the same librt interface.

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

Modified: brlcad/trunk/NEWS
===================================================================
--- brlcad/trunk/NEWS   2010-11-08 14:52:13 UTC (rev 41269)
+++ brlcad/trunk/NEWS   2010-11-08 14:55:51 UTC (rev 41270)
@@ -13,6 +13,7 @@
 --- 2010-09-XX  Release 7.18.0                                     ---
 ----------------------------------------------------------------------
 
+* fixed crash during BoT decimation - Nicholas Reed
 * improved robustness of CSG boolean tree processing - Sean Morrison
 * improved loading of Pro/E export plugin on Windows - Bob Parker
 * added ray bundle shooting capability to rtshot - Keith Bowman


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

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to