svg.c 282
if (svg_info->text != (char *) NULL)
svg_info->text=DestroyString(svg_info->text);
if (svg_info->scale != (double *) NULL)
svg_info->scale=(double *) (svg_info->scale); // <===
if (svg_info->title != (char *) NULL)
svg_info->title=DestroyString(svg_info->title);
Possible leak in SVGInfo *DestroySVGInfo()?
Re: Possible leak in SVGInfo *DestroySVGInfo()?
Fixed, thank you for also reporting this. Please let us know if you find more