tee: nuke useless free()
This commit is contained in:
parent
153b8428b1
commit
f08d798f77
1
tee.c
1
tee.c
@ -44,7 +44,6 @@ main(int argc, char *argv[])
|
||||
}
|
||||
if (ferror(stdin))
|
||||
eprintf("<stdin>: read error:");
|
||||
free(fps);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user