Re: Cannot figure out how to clean correctly

2016-10-26 Thread Thorsten Schöning
Guten Tag Peter Westman, am Mittwoch, 26. Oktober 2016 um 08:48 schrieben Sie: > Do you mind if I work on a > solution for this and post it in LOGCXX-458 if I manage to create one? 458 is not the problem, 394 is why I changed things. So you need to find another/better workaround to fix 394 withou

Re: Cannot figure out how to clean correctly

2016-10-26 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Mittwoch, 26. Oktober 2016 um 09:57 schrieben Sie: > 458 is not the problem, 394 is why I changed things. So you need to > find another/better workaround to fix 394 without leaking. Another approach would be to first look at why LevelPtr doesn't seem to delete not

Re: Cannot figure out how to clean correctly

2016-10-26 Thread Robert Middleton
I haven't delved too deeply into the code(I don't have time today), but it looks like all that Object is doing is providing Java-like garbage collection in terms of memory management. A quick look at the SVN history indicates that the class was first created ~2003, so would it be worth it to disca

Re: Cannot figure out how to clean correctly

2016-10-26 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Donnerstag, 27. Oktober 2016 um 01:39 schrieben Sie: > I haven't delved too deeply into the code(I don't have time today), > but it looks like all that Object is doing is providing Java-like > garbage collection in terms of memory management. That was my understandi