mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
9b6ebbc69b
commit
21e34c7f05
@ -96,7 +96,9 @@ void *i2_new_frame(Tcl_Interp *interp)
|
||||
Application::InitializeBase();
|
||||
}
|
||||
|
||||
return new ScriptFrame();
|
||||
ScriptFrame *frame = new ScriptFrame();
|
||||
frame->Self = ScriptGlobal::GetGlobals();
|
||||
return frame;
|
||||
}
|
||||
|
||||
void i2_free_frame(void *frame, Tcl_Interp *interp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user