Summary: | _cairo_svg_document_finish shouldn't dump doc to memory | ||
---|---|---|---|
Product: | cairo | Reporter: | Dom Lachowicz <domlachowicz> |
Component: | svg backend | Assignee: | Emmanuel Pacaud <emmanuel.pacaud> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | Keywords: | patch |
Version: | 1.1.1 | ||
Hardware: | x86 (IA32) | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | don't dump the doc to memory before saving |
Description
Dom Lachowicz
2006-01-29 07:18:08 UTC
Created attachment 4499 [details] [review] don't dump the doc to memory before saving Thanks for your patch. xmlFreeDoc (document->xml_doc); + xmlFreeNode (document->xml_node_main); + Isn't xmlFreeDoc supposed to free all doc structures, including tree ? Sorry, that last part slipped in from a new patch that I'm working on. Comment on attachment 4499 [details] [review] don't dump the doc to memory before saving Ok to commit. This patch doesn't play well with bug 5314. Please don't commit. Fixed in master. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.