summaryrefslogtreecommitdiffstats
path: root/include/framework/structure/MutableBuffer.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-10-23 13:18:30 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2023-10-23 13:18:30 -0400
commitb72103cb11347f0dd108bd2321f29b0d6ab05106 (patch)
treec7ae030bf88857ae51fc84f91768e763c76840a9 /include/framework/structure/MutableBuffer.h
parent7ecfb22c32b7986ed1a2439c1abbeed298e4153a (diff)
downloaddynamic-extension-b72103cb11347f0dd108bd2321f29b0d6ab05106.tar.gz
Bugfixes
Diffstat (limited to 'include/framework/structure/MutableBuffer.h')
-rw-r--r--include/framework/structure/MutableBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/framework/structure/MutableBuffer.h b/include/framework/structure/MutableBuffer.h
index 804ca5e..4e0b5c2 100644
--- a/include/framework/structure/MutableBuffer.h
+++ b/include/framework/structure/MutableBuffer.h
@@ -195,6 +195,7 @@ public:
bool finish_merge() {
m_merge_lock.unlock();
+ m_merging.store(false);
return true;
}