We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6b8e2 commit b84ad26Copy full SHA for b84ad26
src/scratch/string_pool.cpp
@@ -81,7 +81,7 @@ void string_pool_remove_thread(Thread *thread)
81
for (StringPtr *str : strings)
82
freeStrings.insert(std::pair<size_t, StringPtr *>(str->allocatedSize, str));
83
84
- strings.clear();
+ threadStrings.erase(thread);
85
86
if (currentThread == thread)
87
currentThread = nullptr;
0 commit comments