Revision: 56630
          http://sourceforge.net/p/brlcad/code/56630
Author:   phoenixyjll
Date:     2013-08-06 16:28:29 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
Should not delete c3d as it's used in GetNurbForm() followed.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/boolean.cpp

Modified: brlcad/trunk/src/libbrep/boolean.cpp
===================================================================
--- brlcad/trunk/src/libbrep/boolean.cpp        2013-08-06 16:25:51 UTC (rev 
56629)
+++ brlcad/trunk/src/libbrep/boolean.cpp        2013-08-06 16:28:29 UTC (rev 
56630)
@@ -311,7 +311,6 @@
            ON_PolylineCurve polycurve(ptarray);
            polycurve.GetNurbForm(*c3d);
        } else {
-           delete c3d;
            loop[k]->GetNurbForm(*c3d);
            c3d->ChangeDimension(3);
            for (int l = 0; l < c3d->SpanCount(); l++) {

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to