summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/v8/src/regexp-stack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/regexp-stack.cc')
-rw-r--r--src/3rdparty/v8/src/regexp-stack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/v8/src/regexp-stack.cc b/src/3rdparty/v8/src/regexp-stack.cc
index ff9547f..325a149 100644
--- a/src/3rdparty/v8/src/regexp-stack.cc
+++ b/src/3rdparty/v8/src/regexp-stack.cc
@@ -51,6 +51,7 @@ RegExpStack::RegExpStack()
RegExpStack::~RegExpStack() {
+ thread_local_.Free();
}