Package: drawtk / 2.0-2

Metadata

Package Version Patches format
drawtk 2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix duplicated font.patch | (download)

src/fonttex.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 bugfix segmentation fault when using duplicated font
 If a font object was created with the same font description as another font
 created previously, the new duplicated font was not properly created: NULL
 was returned. This patch fixes the duplicated font creation.