summaryrefslogtreecommitdiff
path: root/Userland/Utilities/xargs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/xargs.cpp')
-rw-r--r--Userland/Utilities/xargs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Utilities/xargs.cpp b/Userland/Utilities/xargs.cpp
index 68e4eb54e3..8bb7efaaa8 100644
--- a/Userland/Utilities/xargs.cpp
+++ b/Userland/Utilities/xargs.cpp
@@ -198,6 +198,7 @@ bool read_items(FILE* fp, char entry_separator, Function<Decision(StringView)> c
perror("getdelim");
fail = true;
}
+ free(item);
break;
}