lkml.org 
[lkml]   [2014]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Documentation: connector: ucon.c: Cleaning up file resource leak
Date
Cleaning up a file resource leak

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
---
Documentation/connector/ucon.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/connector/ucon.c b/Documentation/connector/ucon.c
index 8a4da64..f09c6de 100644
--- a/Documentation/connector/ucon.c
+++ b/Documentation/connector/ucon.c
@@ -246,5 +246,7 @@ int main(int argc, char *argv[])
}

close(s);
+ if (stdout != out)
+ fclose(out);
return 0;
}
--
1.7.10.4


\
 
 \ /
  Last update: 2014-05-31 02:01    [from the cache]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and my Meterkast|Read the blog