diff options
Diffstat (limited to 'backend/print.cpp')
-rw-r--r-- | backend/print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/print.cpp b/backend/print.cpp index 1cb6a75..edf7989 100644 --- a/backend/print.cpp +++ b/backend/print.cpp @@ -31,7 +31,7 @@ SessionLog::SessionLog() { } SessionLog::~SessionLog() { - safe_free(this->file); + safe_free(&this->file); } void SessionLog::append(const String & str) const { |