occt: master f41525d3

Author Committer Branch Timestamp Parent
pkv bugmaster master 2015-09-17 13:10:18 master 127cc1f0
Changeset 0026616: Memory leak in IntTools_Context::Hatcher

class IntTools_Context
- method:
Geom2dHatch_Hatcher& IntTools_Context::Hatcher
  (const TopoDS_Face& aF)
- method:
IntTools_SurfaceRangeLocalizeData& IntTools_Context::SurfaceData
  (const TopoDS_Face& aF)

The memory allocation is provided using inner allocator of the object.

Test-case for issue #26616
mod - src/IntTools/IntTools_Context.cxx Diff File
add - tests/bugs/modalg_6/bug26616 Diff File