summaryrefslogtreecommitdiffstats
path: root/src/store.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.cpp')
-rw-r--r--src/store.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store.cpp b/src/store.cpp
index b60520c..6d3b7d1 100644
--- a/src/store.cpp
+++ b/src/store.cpp
@@ -418,6 +418,7 @@ void Store::dumpBlock(portable_off_t s,portable_off_t e)
}
printf("\n");
}
+ delete[] buf;
portable_fseek(m_file,m_cur,SEEK_SET);
}