Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added missing fclose() in test program.
Browse files Browse the repository at this point in the history
Found by Cppcheck.
  • Loading branch information
philippwiesemann committed Jul 13, 2013
1 parent f6b4e9d commit 250c38a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testiconv.c
Expand Up @@ -84,5 +84,6 @@ main(int argc, char *argv[])
fputs(test[0], stdout);
SDL_free(test[0]);
}
fclose(file);
return (errors ? errors + 1 : 0);
}

0 comments on commit 250c38a

Please sign in to comment.