Skip to content

Commit 73070f8

Browse files
committed
Revert "Thread: Free internal strings after killing/resetting"
This reverts commit 06dfee1.
1 parent 6d97063 commit 73070f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/engine/thread.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,12 @@ bool Thread::runPredicate()
8585
void Thread::kill()
8686
{
8787
impl->code->kill(impl->executionContext.get());
88-
string_pool_clear_thread(this);
8988
}
9089

9190
/*! Resets the script to run from the start. */
9291
void Thread::reset()
9392
{
9493
impl->code->reset(impl->executionContext.get());
95-
string_pool_clear_thread(this);
9694
}
9795

9896
/*! Returns true if the script is stopped or finished. */

0 commit comments

Comments
 (0)