2 puts "0031075: Application Framework - reading STEP file into TDocStd_Document leads to memory leaks"
7 puts "Create a new document outside of application, add a shape an release all variables in cycle to see if allocated heap memory grows"
9 for {set i 1} {$i < 100} {incr i} {
15 lappend listmem [meminfo h]
16 checktrend $listmem 0 0 "Memory leak"