aboutsummaryrefslogtreecommitdiff
path: root/backend/print.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 15:55:58 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 15:55:58 +0100
commit5e4dd0c0197f6273c61491a5b9a030c93f796a12 (patch)
tree390fc6d980cc49927523befb43d189c608452276 /backend/print.cpp
parent369e3d71aa79783d95166739cfa93a480defe6ea (diff)
add some tests
Diffstat (limited to 'backend/print.cpp')
-rw-r--r--backend/print.cpp2
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 {