1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

tests/leaks.sh: avoid false leak: pre-run test (re: fe20311f)

This commit is contained in:
Martijn Dekker 2020-09-21 02:08:29 +02:00
parent fe20311fe9
commit 0d3bedd67d

View file

@ -301,6 +301,7 @@ function func1
EOF
FPATH=$tmp
autoload func1
a=`func1` # steady memory state
before=$(getmem)
for ((i=0; i < N; i++))
do a=`func1`