mirror of
https://github.com/Adaptix-Framework/AdaptixC2
synced 2026-06-08 10:20:39 +00:00
update
This commit is contained in:
@@ -37,7 +37,12 @@ AxScriptEngine::~AxScriptEngine()
|
||||
context.actions.clear();
|
||||
context.objects.clear();
|
||||
|
||||
|
||||
for (auto event : context.eventTimer) {
|
||||
if (event.timer) {
|
||||
event.timer->stop();
|
||||
event.timer->deleteLater();
|
||||
}
|
||||
}
|
||||
|
||||
bridgeApp.reset();
|
||||
bridgeForm.reset();
|
||||
|
||||
Reference in New Issue
Block a user