-
- Downloads
BugID: 670
I was overzealous by tunrning the LOG_TRACE_LIFETIME(_STR) macros into real statements using a do {...} while(0) construct. This caused the lifetime tracer to be destroyed at the end of the do-while loop, instead of at the end of the enclosing loop.
Please register or sign in to comment