Re: Memory leak when using ${!pre...@} in a loop
3:54 > CEST 2009 i686 GNU/Linux > Machine Type: i486-pc-linux-gnu > > Bash Version: 3.1 > Patch Level: 17 > Release Status: release > > Description: > Looks like we have a memory leak when using ${!pre...@} in a loop > > Repeat-By: > It can be
Memory leak when using ${!pre...@} in a loop
Bash Version: 3.1 Patch Level: 17 Release Status: release Description: Looks like we have a memory leak when using ${!pre...@} in a loop Repeat-By: It can be reproduced by running this little script: while true; do echo "${!pre...@}" done