mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
guard against name collisions in call stack root expression; need to explicitly resolve against debugger-defined names
This commit is contained in:
@@ -348,6 +348,7 @@ di_open(DI_Key *key)
|
||||
internal void
|
||||
di_close(DI_Key *key)
|
||||
{
|
||||
ProfBeginFunction();
|
||||
Temp scratch = scratch_begin(0, 0);
|
||||
if(key->path.size != 0)
|
||||
{
|
||||
@@ -405,6 +406,7 @@ di_close(DI_Key *key)
|
||||
}
|
||||
}
|
||||
}
|
||||
ProfEnd();
|
||||
scratch_end(scratch);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user