diff --git a/test/gfx/rgbgfx_test.cpp b/test/gfx/rgbgfx_test.cpp index 112f98c8..04098c56 100644 --- a/test/gfx/rgbgfx_test.cpp +++ b/test/gfx/rgbgfx_test.cpp @@ -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); } {