Closed GoogleCodeExporter closed 9 years ago
It's freed, look at WATCH() macro:
#define WATCH(ptr) \
CMemPtr watch_##ptr((void**)&ptr)
It's kind of auto_ptr, memory is freed at the end of the block.
Original comment by g...@rewolf.pl
on 23 Oct 2013 at 7:31
Missleading name, didn't check that deeply. Sorry for reporting then.
Original comment by chris.st...@gmail.com
on 24 Oct 2013 at 5:28
Original issue reported on code.google.com by
chris.st...@gmail.com
on 23 Oct 2013 at 7:15