On 08/01/2014 07:07 PM, Rahul Bedarkar wrote: > close opened file at the end Applied. Thanks! Cheers, Michael > Signed-off-by: Rahul Bedarkar <rahulbedarkar89@xxxxxxxxx> > --- > man3/getline.3 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/man3/getline.3 b/man3/getline.3 > index c0b77d3..4b9c452 100644 > --- a/man3/getline.3 > +++ b/man3/getline.3 > @@ -167,6 +167,7 @@ main(void) > } > > free(line); > + fclose(fp); > exit(EXIT_SUCCESS); > } > .fi > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html