diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-10 08:31:11 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-04-10 08:31:11 -0400 |
commit | 217109f49c8eb278058dc9a1bcb8cae93af2e2f9 (patch) | |
tree | d168107056e98ed253f35293d65cf10f92f57a2d | |
parent | 027de03de0d4eb113a3c4b6664367ce259aa223a (diff) | |
download | stasis-217109f49c8eb278058dc9a1bcb8cae93af2e2f9.tar.gz |
Free components list
-rw-r--r-- | src/artifactory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/artifactory.c b/src/artifactory.c index f4ee789..bd20c63 100644 --- a/src/artifactory.c +++ b/src/artifactory.c @@ -428,6 +428,7 @@ int jfrog_cli_rt_upload(struct JFRT_Auth *auth, struct JFRT_Upload *ctx, char *s base = join(&components->data[max_components], "/"); guard_free(components->data[max_components]); new_src = join(components->data, "/"); + guard_strlist_free(&components); } if (new_src) { |