0027991: Modeling Algorithms - BRepGProp_Face crashes on face without geometric surface
[occt.git] / tests / bugs / vis / bug79
CommitLineData
61c421bf 1puts "========"
2puts "OCC79"
3puts "========"
4
5vinit
6restore [locate_data_file OCC162.brep] s
7vdisplay s
8
9verase s
10vdisplay s
11
12set listmem {}
13set i_max 10
14for {set i 1} {${i} <= ${i_max}} {incr i} {
67a1064e 15 verase s
16 vdisplay s
61c421bf 17
67a1064e 18 lappend listmem [meminfo h]
9aa684ed 19 checktrend $listmem 0 1 "Memory leak detected"
61c421bf 20}