diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/deliverable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deliverable.c b/src/deliverable.c index 17007e5..e86d410 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -124,6 +124,7 @@ void delivery_free(struct Delivery *ctx) { guard_free(ctx->storage.delivery_dir); guard_free(ctx->storage.tools_dir); guard_free(ctx->storage.package_dir); + guard_free(ctx->storage.results_dir); guard_free(ctx->storage.conda_install_prefix); guard_free(ctx->storage.conda_artifact_dir); guard_free(ctx->storage.conda_staging_dir); |