Closed GoogleCodeExporter closed 9 years ago
Ignore this non existing bug. I don't know what i was thinking.
Original comment by ndata...@gmail.com
on 5 May 2009 at 1:38
This solution actually solves a memory leak, that happens for unknown reason. It
maybe a side effect of another problem.
Some times m_tiRC->m_count is 0 when ~TiCppRC(). Nullify() is not the cause.
Original comment by ndata...@gmail.com
on 5 May 2009 at 2:25
So is this a bug? Or can I close this?
Original comment by rpusz...@gmail.com
on 5 May 2009 at 9:32
Close it please. There are memory leaks, but can't confirm that they come from
ticpp,
probably from my code.
Spent the entire day debugging. Only thing that i can say, it's weird to have
reference count going negative. However, the way it's done, it does not cause
double
delete of the same object, as i was expecting, unless "if ( 0 >= m_count )" is
used.
Original comment by ndata...@gmail.com
on 6 May 2009 at 7:49
Original comment by rpusz...@gmail.com
on 6 May 2009 at 12:37
Original issue reported on code.google.com by
ndata...@gmail.com
on 5 May 2009 at 1:29