mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
Unstable test cases were reviewed Modified test cases using checktrend command Modified test cases for Linux platform Modified test cases for Debug mode
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
# Test for #24863: memory leak
|
|
|
|
set listmem {}
|
|
|
|
for {set i 1} {$i < 10} {incr i} {
|
|
box b 10 10 10
|
|
|
|
lappend listmem [meminfo h]
|
|
checktrend $listmem 0 256 "Memory leak detected"
|
|
} |