aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index 5cd8e560..40133c93 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -1358,6 +1358,7 @@ static void read_audit_lines(Stream *st)
ERROR("Failed to allocate memory for audit information\n");
return;
}
+ st->audit_info[0] = '\0';
/* Read lines from stream until one of them starts with "-----",
* then rewind to the start of that line */