diff options
Diffstat (limited to 'src')
| -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) { | 
