aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/deliverable.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/deliverable.c b/src/deliverable.c
index 0f83c88..4397c1c 100644
--- a/src/deliverable.c
+++ b/src/deliverable.c
@@ -198,6 +198,9 @@ void delivery_free(struct Delivery *ctx) {
guard_free(ctx->rules.build_name_fmt)
guard_free(ctx->rules.build_number_fmt)
ini_free(&ctx->rules._handle);
+ guard_strlist_free(ctx->docker.tags)
+ guard_strlist_free(ctx->docker.build_args)
+ guard_free(ctx->docker.registry)
for (size_t i = 0; i < sizeof(ctx->tests) / sizeof(ctx->tests[0]); i++) {
guard_strlist_free(ctx->deploy[i].files)