Re: Options handling and reload memory leak fixes

2011-11-10 Thread Joseph S. Myers
On Thu, 10 Nov 2011, Jakub Jelinek wrote: > Hi! > > Running valgrind even on simple testcases shows a bunch of > memory leaks (definitely lost). This patch cures some of them. > There are a few further leaks in the options handling. > > The first hunk is when this function already called concat

Options handling and reload memory leak fixes

2011-11-10 Thread Jakub Jelinek
Hi! Running valgrind even on simple testcases shows a bunch of memory leaks (definitely lost). This patch cures some of them. There are a few further leaks in the options handling. The first hunk is when this function already called concat to set opt_text, and then doesn't write opt_text anywher