0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / moddata_1 / bug145
1 puts "========"
2 puts "OCC145"
3 puts "========"
4
5 pload QAcommands
6
7 set shape_path [locate_data_file OCC145.brep]
8
9 set listmem {}
10
11 for {set i 1} {$i < 10} {incr i} {
12     OCC145 ${shape_path} 10
13
14     lappend listmem [meminfo h]
15     checktrend $listmem 0 1 "Memory leak detected"
16 }