diff options
Diffstat (limited to 'zenstore/caslog.cpp')
| -rw-r--r-- | zenstore/caslog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zenstore/caslog.cpp b/zenstore/caslog.cpp index 0ef3ed1bd..169629053 100644 --- a/zenstore/caslog.cpp +++ b/zenstore/caslog.cpp @@ -98,8 +98,9 @@ void CasLogFile::Close() { // TODO: update header and maybe add trailer - Flush(); + + m_File.Close(); } void |