Closed GoogleCodeExporter closed 8 years ago
Original comment by alexmantaut
on 23 Aug 2013 at 7:53
I know about this issue, it's not critical, because FromString is never used
inside Staff and used for debugging purposes only. I faced with it when
developed FromString function (in ages of Axis2/C-0.96 and Staff that was
before google code) and didn't found any method to fix that leak, because
`axiom_stax_builder_free` causes SIGSEGV.
Thank you for finding that, I didn't know about `axiom_stax_builder_free_self`.
As I remember previous versions of Axis2/C does not have
`axiom_node_create_from_buffer`, It's good to don't break back compatibility.
Please commit first patch with adding the same line into previous catch(...).
Original comment by loentar
on 25 Aug 2013 at 5:32
This issue was closed by revision r792.
Original comment by alexmantaut
on 26 Aug 2013 at 12:38
Original issue reported on code.google.com by
alexmantaut
on 23 Aug 2013 at 7:52Attachments: