Revision: 56193
          http://sourceforge.net/p/brlcad/code/56193
Author:   phoenixyjll
Date:     2013-07-24 04:10:16 +0000 (Wed, 24 Jul 2013)
Log Message:
-----------
knots is still used below. Delete it after all use.

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

Modified: brlcad/trunk/src/libbrep/intersect.cpp
===================================================================
--- brlcad/trunk/src/libbrep/intersect.cpp      2013-07-23 16:21:40 UTC (rev 
56192)
+++ brlcad/trunk/src/libbrep/intersect.cpp      2013-07-24 04:10:16 UTC (rev 
56193)
@@ -2335,7 +2335,6 @@
        }
        if (surf1->IsClosed(dir))
            b_knots.Remove();
-       delete knots;
 
        for (int j = 0; j < b_knots.Count(); j++) {
            ON_Curve* boundary = surf1->IsoCurve(i%2, b_knots[j]);
@@ -2405,6 +2404,7 @@
                }
            }
        }
+       delete knots;
     }
 
     for (int i = 0; i < overlaps.Count(); i++) {

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to