[cairo] segment fault when rendering text with space charactors onto glitz surface.

Carl Worth cworth at cworth.org
Tue Aug 9 13:07:36 PDT 2005


On Tue, 9 Aug 2005 09:51:30 -0700, Vladimir Vukicevic wrote:
> [2 glitz-show-glyphs-2.patch <text/x-patch (base64)>]
> Index: cairo-glitz-surface.c

That file is David's area.

> +	if (entry) free (entry);

Please rewrite that before committing:

	if (entry)
	    free (entry);

Otherwise, the change to cairo-xlib-surface.c looks fine.

-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20050809/a0aa8fae/attachment.pgp


More information about the cairo mailing list