On Sun, 01 Jun 2014 16:20:44 +0200
Christoph Lohmann <20h_AT_r-36.net> wrote:
> The xsetcolorname() function should be conservative in its input. Since
> it is only called from escape input it shouldn’t overwrite a dc.col if
> something failed. I fixed this and refactored to the function according
> to your patch, which removed the temporary variables.
It wouldn't overwrite dc.col's adress in case something fails
internally, but it is a memleak the way I did it, because dc.col is not
freed before being re-assigned.
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Sun Jun 01 2014 - 17:51:35 CEST