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
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