mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Fix memory leak in test driver program
Teeny tiny
This commit is contained in:
@@ -308,6 +308,8 @@ int main(int argc, char **argv) {
|
|||||||
fatal("Failed to excute ./randtilegen (%s). Is it in the current working directory?",
|
fatal("Failed to excute ./randtilegen (%s). Is it in the current working directory?",
|
||||||
strerror(ret));
|
strerror(ret));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
posix_spawn_file_actions_destroy(&action);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user