Added missing fclose() in test program.
Found by Cppcheck.
This commit is contained in:
parent
884898cbfc
commit
f158b5f47e
1 changed files with 1 additions and 0 deletions
|
@ -84,5 +84,6 @@ main(int argc, char *argv[])
|
|||
fputs(test[0], stdout);
|
||||
SDL_free(test[0]);
|
||||
}
|
||||
fclose(file);
|
||||
return (errors ? errors + 1 : 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue