diff options
| -rw-r--r-- | ioriot/src/replay/rworker.c | 1 |
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; |
