diff options
-rw-r--r-- | libfshelp/fetch-root.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libfshelp/fetch-root.c b/libfshelp/fetch-root.c index 81538e63..1ee6e2be 100644 --- a/libfshelp/fetch-root.c +++ b/libfshelp/fetch-root.c @@ -112,6 +112,8 @@ fshelp_fetch_root (struct transbox *box, void *cookie, 0, &box->active); mutex_unlock (&box->innerlock); + free (argz); + if (err) return err; |