occt: master 323c04de

Author Committer Branch Timestamp Parent
omy omy master 2013-04-17 13:15:29 master ed97f43c
Affected Issues  0023901: Memory leaks in tests
Changeset 0023901: Memory leaks in tests
Removed a field from BOPDS_PaveBlock that contained the BOPDS_PaveBlock object itself.
Function RealPaveBlock() now returns a const handle, not a const reference to handle.
Removed const modifier because function now returns an object, not a reference to it.
mod - src/BOPAlgo/BOPAlgo_PaveFiller_5.cxx Diff File
mod - src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx Diff File
mod - src/BOPDS/BOPDS_DS.cxx Diff File
mod - src/BOPDS/BOPDS_PaveBlock.cdl Diff File
mod - src/BOPDS/BOPDS_PaveBlock.cxx Diff File