Hello,
I noticed by inspection that in LiveDebugVariables.cpp we don't actually reset the LexicalScope when we clear() the LDVImpl object.
This might create problems if we rely on clearing the object.
This patch fixes that.
Differential D5952
Fix LexicalScope reset in LiveDebugVariables.cpp kariddi on Oct 23 2014, 5:52 PM. Authored by
Details
Hello, I noticed by inspection that in LiveDebugVariables.cpp we don't actually reset the LexicalScope when we clear() the LDVImpl object.
Diff Detail Event TimelineComment Actions It's harmless enough - I think the only particular benefit is in 'releaseMemory', causing this to release the memory of the LexicalScopes too. |