mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
make each variable its own little stack frame. i am, howver, going to back all this stuff out because I'm getting it wrong in some subtle but segfaulty way
This commit is contained in:
parent
9eeb67aa3e
commit
5fa42997f4
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
DOMSink sink;
|
||||
{
|
||||
RedirectOutputFrame redirect(context, sink);
|
||||
StackFrame frame(context);
|
||||
execute_children(node, context);
|
||||
} //
|
||||
|
||||
|
|
Loading…
Reference in a new issue