You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
In my current use it seems the parsed libxml2 structures are never freed. I see that it's not as simple as calling xmlFree upon deinit of swift object since the xmlPtr's are not tied to swift object lifetimes. I'm unsure of best way to solve.
Do you have a memory management design in mind so that libxml2 structures are freed?