summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-19 08:31:47 +0200
committerPaul Buetow <paul@buetow.org>2026-03-19 08:31:47 +0200
commit068dbcad4cc25678d3de986d655266da095b0a27 (patch)
tree6a4ce3fd2d168cd6fcfa3ad210851e2e62ca442a
parent7d064970c846c6d52af1c114b213a1cd89d88865 (diff)
fix: free replay worker getline buffer (task 474)
-rw-r--r--ioriot/src/replay/rworker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ioriot/src/replay/rworker.c b/ioriot/src/replay/rworker.c
index d4f45c4..08d61bc 100644
--- a/ioriot/src/replay/rworker.c
+++ b/ioriot/src/replay/rworker.c
@@ -356,6 +356,7 @@ status_e rworker_process_lines(rworker_s* w, const long num_lines)
Put("worker(%d): All threads terminated!", w->rworker_num);
+ free(line);
fclose(replay_fd);
return SUCCESS;