summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bubblewrap.c2
1 files changed, 1 insertions, 1 deletions
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;