diff --git a/Userland/Utilities/xargs.cpp b/Userland/Utilities/xargs.cpp index 68e4eb54e35..8bb7efaaa85 100644 --- a/Userland/Utilities/xargs.cpp +++ b/Userland/Utilities/xargs.cpp @@ -198,6 +198,7 @@ bool read_items(FILE* fp, char entry_separator, Function c perror("getdelim"); fail = true; } + free(item); break; }