From 5695868459341304f48aab811a0c6a08e573622a Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Oct 2017 17:29:11 +0100 Subject: Partially revert "bubblewrap: Fix a minor memory leak in --args handling" This reverts the actual leak fix from commit 4b8fa9570475c9e7c72716278d19f57c896a7580, which seems to make --args fail to work. Signed-off-by: Simon McVittie Closes: #230 Approved by: cgwalters --- bubblewrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubblewrap.c b/bubblewrap.c index edd9887..b890c71 100644 --- a/bubblewrap.c +++ b/bubblewrap.c @@ -1321,7 +1321,7 @@ parse_args_recurse (int *argcp, { int the_fd; char *endptr; - cleanup_free char *data = NULL; + char *data = NULL; const char *p, *data_end; size_t data_len; cleanup_free const char **data_argv = NULL; -- cgit v1.2.1