[hackers] [sbase] tee: nuke useless free() || sin
commit f08d798f777627c6e0bef413c6fb1e443b1b6476
Author: sin <sin_AT_2f30.org>
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
_AT_@ -44,7 +44,6 @@ main(int argc, char *argv[])
}
if (ferror(stdin))
eprintf("<stdin>: read error:");
- free(fps);
return 0;
}
Received on Tue Dec 16 2014 - 22:12:06 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 16 2014 - 22:24:08 CET