moovweb / tritium

Tritium is a magical document modifying language. It's JavaScript-like and simple to learn. Think XSLT without the nightmare. It was designed by Hampton Catlin (@hcatlin), and has been heavily influenced by Aaron Leung (@akhleung).
http://tritium.io
Mozilla Public License 2.0
33 stars 7 forks source link

[PFST-185] Fix libxml memory leak in tritium interface layer. #54

Closed twojtasz closed 9 years ago

twojtasz commented 9 years ago

There was an object being created that was not being tracked, and thus was not being freed. This changes ensures the object is tracked and freed.