diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2023-10-23 13:18:30 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2023-10-23 13:18:30 -0400 |
| commit | b72103cb11347f0dd108bd2321f29b0d6ab05106 (patch) | |
| tree | c7ae030bf88857ae51fc84f91768e763c76840a9 /include/framework/structure/MutableBuffer.h | |
| parent | 7ecfb22c32b7986ed1a2439c1abbeed298e4153a (diff) | |
| download | dynamic-extension-b72103cb11347f0dd108bd2321f29b0d6ab05106.tar.gz | |
Bugfixes
Diffstat (limited to 'include/framework/structure/MutableBuffer.h')
| -rw-r--r-- | include/framework/structure/MutableBuffer.h | 1 |
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; } |