ticpp icon indicating copy to clipboard operation
ticpp copied to clipboard

Fixes #61

Open davidhesselbom opened this issue 8 years ago • 1 comments

This appears to fix the memory leak caused by calling GetDocument() on a Document or having a Document returned by a call to Parent() on a Node, as explained in #61.

I don't know whether it has other, undesired effects.

davidhesselbom avatar Aug 04 '17 14:08 davidhesselbom

Hi David,

This looks like it might be a good commit to me. But, it's honestly been so long since I've worked with this code that I don't remember much of how it works. You probably understand it better than me at this point.

So, I've invited you to be a contributor to this project. Feel free to merge your pull request. Then, if you find that it has other, undesired effects, you can fix them.

ryanjmulder avatar Oct 31 '17 20:10 ryanjmulder