summaryrefslogtreecommitdiffstats
path: root/include/framework
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework')
-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 3e0de40..2beb27f 100644
--- a/include/framework/MutableBuffer.h
+++ b/include/framework/MutableBuffer.h
@@ -55,6 +55,7 @@ public:
Wrapped<R> wrec;
wrec.rec = rec;
+ wrec.header = 0;
if (tombstone) wrec.set_tombstone();
m_data[pos] = wrec;