Free allocated memory

No harm but silences analyzers and we are already
free-ing buffers everywhere else.
This commit is contained in:
sin 2013-10-11 16:59:19 +01:00
parent 486d22fc48
commit 6492c59072
1 changed files with 1 additions and 0 deletions

1
tee.c
View File

@ -46,6 +46,7 @@ main(int argc, char *argv[])
}
if(ferror(stdin))
eprintf("<stdin>: read error:");
free(fps);
return EXIT_SUCCESS;
}