solvespace/srf
Jonathan Westhues 15729c74f0 Fix two gross memory leaks. I was neglecting to clear the SEdgeList
that I created in SPolygon::SelfIntersecting, and while
triangulating a polygon I would free the SContour, but not the
list of points associated with the contour.

[git-p4: depot-paths = "//depot/solvespace/": change = 2047]
2009-10-02 01:30:12 -08:00
..
boolean.cpp Discard intersection curves that lie entirely outside of one 2009-08-20 20:58:28 -08:00
curve.cpp Now actually export the line styles, for PDF, EPS, and SVG file 2009-09-21 21:46:30 -08:00
merge.cpp Discard intersection curves that lie entirely outside of one 2009-08-20 20:58:28 -08:00
ratpoly.cpp Discard intersection curves that lie entirely outside of one 2009-08-20 20:58:28 -08:00
raycast.cpp I had been using LENGTH_EPS as the tolerance on both xyz points and 2009-07-01 19:32:17 -08:00
surface.cpp Discard intersection curves that lie entirely outside of one 2009-08-20 20:58:28 -08:00
surface.h Now actually export the line styles, for PDF, EPS, and SVG file 2009-09-21 21:46:30 -08:00
surfinter.cpp Discard intersection curves that lie entirely outside of one 2009-08-20 20:58:28 -08:00
triangulate.cpp Fix two gross memory leaks. I was neglecting to clear the SEdgeList 2009-10-02 01:30:12 -08:00