From: Jonathan Neuschäfer Date: Wed, 14 Sep 2011 23:21:20 +0000 (-0700) Subject: um: drivers/xterm.c: fix a file descriptor leak X-Git-Tag: v3.1-rc7~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40997b872cdb70140f127af6069f00a86b6cf81;p=pandora-kernel.git um: drivers/xterm.c: fix a file descriptor leak I could use out_close1, but that seems to be the code path to close the fd returned by os_create_unix_socket, and using it to close the fd returned by mkstemp might lead to some confusion, so I don't do it. Signed-off-by: Jonathan Neuschäfer Signed-off-by: Richard Weinberger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed