Alvaro Herrera napsal(a):
> Zdenek Kotala wrote:
>> dvice_null(at)yahoo(dot)com napsal(a):
>
>>> In file src/test/regress/pg_regress.c:1112
>>>
>>> It seems to me that variables "s" and "tmp" leak memory here if last_dot is
>>> false:
>
>> OK. It seems as a bug. tmp and s should be freed when strrchr fails. Also
>> there is not check when malloc fails.
>
> So who's gonna send the patch?
I will do that. Still on my TODO.
Zdenek