Skip to content

Commit

Permalink
fix(scenario-engine): Fix memory leak of world(context)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Dec 5, 2023
1 parent d661669 commit 91e644b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ private void cleanUp()

this.executor = null;
this.ranBy = null;
this.context = null;
this.state = ScenarioState.STAND_BY;
}

Expand Down

0 comments on commit 91e644b

Please sign in to comment.