From 217109f49c8eb278058dc9a1bcb8cae93af2e2f9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 10 Apr 2024 08:31:11 -0400 Subject: Free components list --- src/artifactory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) { -- cgit