Re: bash leaks a pointer

2015-07-15 Thread Chet Ramey
On 7/15/15 4:29 AM, Ondrej Oprala wrote: > $ export LC_ALL=en_US.UTF-8 > $ valgrind --leak-check=full /bin/bash -c 'exit 0' > # > ==4190== HEAP SUMMARY: > ==4190== in use at exit: 22,269 bytes in 614 blocks > ==4190== total heap usage: 698 allocs, 84 frees, 29,706 bytes allocated > ==4190== >

bash leaks a pointer

2015-07-15 Thread Ondrej Oprala
$ export LC_ALL=en_US.UTF-8 $ valgrind --leak-check=full /bin/bash -c 'exit 0' # ==4190== HEAP SUMMARY: ==4190== in use at exit: 22,269 bytes in 614 blocks ==4190== total heap usage: 698 allocs, 84 frees, 29,706 bytes allocated ==4190== ==4190== 12 bytes in 1 blocks are definitely lost in lo