* [PATCH] core.5: fix memory leak in example
@ 2014-08-02 10:02 Rahul Bedarkar
[not found] ` <1406973777-3078-1-git-send-email-rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Rahul Bedarkar @ 2014-08-02 10:02 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Rahul Bedarkar
close opened file at the end
Signed-off-by: Rahul Bedarkar <rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
man5/core.5 | 1 +
1 file changed, 1 insertion(+)
diff --git a/man5/core.5 b/man5/core.5
index 074add6..f2c3e36 100644
--- a/man5/core.5
+++ b/man5/core.5
@@ -422,6 +422,7 @@ main(int argc, char *argv[])
tot += nread;
fprintf(fp, "Total bytes in core dump: %d\\n", tot);
+ fclose(fp);
exit(EXIT_SUCCESS);
}
.fi
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] core.5: fix memory leak in example
[not found] ` <1406973777-3078-1-git-send-email-rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2014-08-15 18:56 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-08-15 18:56 UTC (permalink / raw)
To: Rahul Bedarkar
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 08/02/2014 12:02 PM, Rahul Bedarkar wrote:
> close opened file at the end
Thanks, Rahul. Applied.
Cheers,
Michael
> Signed-off-by: Rahul Bedarkar <rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> man5/core.5 | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/man5/core.5 b/man5/core.5
> index 074add6..f2c3e36 100644
> --- a/man5/core.5
> +++ b/man5/core.5
> @@ -422,6 +422,7 @@ main(int argc, char *argv[])
> tot += nread;
> fprintf(fp, "Total bytes in core dump: %d\\n", tot);
>
> + 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-15 18:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-02 10:02 [PATCH] core.5: fix memory leak in example Rahul Bedarkar
[not found] ` <1406973777-3078-1-git-send-email-rahulbedarkar89-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-08-15 18:56 ` Michael Kerrisk (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox