tee: nuke useless free()

This commit is contained in:
sin 2014-12-16 21:11:47 +00:00
parent 153b8428b1
commit f08d798f77
1 changed files with 0 additions and 1 deletions

1
tee.c
View File

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