summaryrefslogtreecommitdiffstats
path: root/include/framework/MutableBuffer.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2023-09-18 12:25:01 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2023-09-18 12:25:01 -0400
commit7f56949bc847b56da69c9eb3ebe081d6cf9f61c6 (patch)
treedd70d81129b899b98b08c1ee7110765cc2b488b0 /include/framework/MutableBuffer.h
parenteb8dbaa770a57557d67c817c2839c64f536a6ce4 (diff)
downloaddynamic-extension-7f56949bc847b56da69c9eb3ebe081d6cf9f61c6.tar.gz
General bugfixes
Diffstat (limited to 'include/framework/MutableBuffer.h')
-rw-r--r--include/framework/MutableBuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/framework/MutableBuffer.h b/include/framework/MutableBuffer.h
index cadecb6..572b656 100644
--- a/include/framework/MutableBuffer.h
+++ b/include/framework/MutableBuffer.h
@@ -52,6 +52,7 @@ public:
if (m_data) free(m_data);
if (m_tombstone_filter) delete m_tombstone_filter;
+ if (m_merge_data) free(m_merge_data);
}
template <typename R_ = R>