summaryrefslogtreecommitdiff
path: root/libfshelp/fetch-root.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-14 20:21:54 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-14 20:21:54 +0000
commit688204745b43f79886f86c94b23e2e25a1ba93f9 (patch)
tree1af848ccc19affa28f231e0a414cb38aab03ced3 /libfshelp/fetch-root.c
parent76779574f21d764c78e37229c0977a2651ebac95 (diff)
(fshelp_fetch_root): Free ARGZ after we're done with them.
Diffstat (limited to 'libfshelp/fetch-root.c')
-rw-r--r--libfshelp/fetch-root.c2
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;