aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/deliverable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deliverable.c b/src/deliverable.c
index e86d410..d99590f 100644
--- a/src/deliverable.c
+++ b/src/deliverable.c
@@ -118,6 +118,7 @@ void delivery_free(struct Delivery *ctx) {
guard_free(ctx->meta.python);
guard_free(ctx->meta.mission);
guard_free(ctx->meta.python_compact);
+ guard_free(ctx->meta.based_on);
guard_runtime_free(ctx->runtime.environ);
guard_free(ctx->storage.root);
guard_free(ctx->storage.tmpdir);