aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-03-18 15:22:13 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-03-22 22:20:26 -0400
commite082badcb7dfa6e14a7d06fbb1e6a6976e3c1692 (patch)
treedf5f66c01e596d726c846109f817332c94b8192b
parent1d3f68c9ccc381460c6509d446124fb50f3f8d45 (diff)
downloadstasis-e082badcb7dfa6e14a7d06fbb1e6a6976e3c1692.tar.gz
Add missing cleanup
* Closes dangling file streams scattered throughout * Frees pointers related to Delivery.docker missed during implementation
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index a2682ac..b9a460e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -139,6 +139,7 @@ void globals_free() {
guard_free(globals.jfrog.jfrog_artifactory_base_url);
guard_free(globals.jfrog.jfrog_artifactory_product);
guard_free(globals.jfrog.remote_filename);
+ guard_free(globals.workaround.tox_posargs);
}
int main(int argc, char *argv[], char *arge[]) {