[Home] [By Thread] [By Date] [Recent Entries]
Hi, I'm writing a dom implementation in c (no C++) to be released under an open license. I'm looking for a forum in which to ask about implementation details; mainly pertaining to memory management at the moment. My question is -- if freeing a node entails recursively freeing all it's children, when inserting a DocumentFragment must I clone all children first? If I do not, freeing the DocumentFragment would then recursively delete the node just inserted into the tree. Thanks, Mike
|

Cart



