commit f08d798f777627c6e0bef413c6fb1e443b1b6476
Author: sin <[email protected]>
Date:   Tue Dec 16 21:11:47 2014 +0000

    tee: nuke useless free()

diff --git a/tee.c b/tee.c
index bdd8222..97307e1 100644
--- a/tee.c
+++ b/tee.c
@@ -44,7 +44,6 @@ main(int argc, char *argv[])
        }
        if (ferror(stdin))
                eprintf("<stdin>: read error:");
-       free(fps);
 
        return 0;
 }


Reply via email to