mattt/Ono

Retain cycle between ONOXMLElement and ONOXMLDocument

nduplessis opened this issue · 0 comments

ONOXMLDocument's rootElement property creates a retain cycle, keeping the entire XML doc in memory.

Perhaps the reference to ONOXMLDocument should be weak instead?