Fix memory leak in test driver program

Teeny tiny
This commit is contained in:
ISSOtm
2022-04-24 15:26:26 +02:00
committed by Eldred Habert
parent 0f8cbb1faf
commit bf869f6961

View File

@@ -308,6 +308,8 @@ int main(int argc, char **argv) {
fatal("Failed to excute ./randtilegen (%s). Is it in the current working directory?",
strerror(ret));
}
posix_spawn_file_actions_destroy(&action);
}
{