diff options
-rw-r--r-- | tests/test_artifactory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_artifactory.c b/tests/test_artifactory.c index 4f41543..8a7b269 100644 --- a/tests/test_artifactory.c +++ b/tests/test_artifactory.c @@ -78,6 +78,7 @@ int main(int argc, char *argv[]) { mkdir(ws, 0755); if (pushd(ws)) { SYSERROR("failed to change directory to %s", ws); + guard_free(basedir); STASIS_ASSERT_FATAL(true, "workspace creation failed"); } |