diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-12 15:32:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-07-12 15:32:41 (GMT) |
commit | 52445a98210e9aa50b3fd4bb36995e117539e490 (patch) | |
tree | 84ec1ff38937e82a2dfe563fc2d140bc337ffd7f /src/store.cpp | |
parent | 0ce3aea886f4e95da56d164b3944fd54d3d68f89 (diff) | |
download | Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.zip Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.gz Doxygen-52445a98210e9aa50b3fd4bb36995e117539e490.tar.bz2 |
Release-1.8.1.2
Diffstat (limited to 'src/store.cpp')
-rw-r--r-- | src/store.cpp | 1 |
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); } |