mirror of
https://github.com/tmux/tmux.git
synced 2024-11-10 13:48:48 +00:00
Don't leak fd.
This commit is contained in:
parent
dd4e160d71
commit
5a7b7aaa1c
@ -1,4 +1,4 @@
|
||||
/* $Id: osdep-linux.c,v 1.2 2009-01-26 22:57:19 nicm Exp $ */
|
||||
/* $Id: osdep-linux.c,v 1.3 2009-02-02 15:46:36 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -56,6 +56,7 @@ get_argv0(int fd, unused char *tty)
|
||||
if (buf != NULL)
|
||||
buf[len] = '\0';
|
||||
|
||||
fclose(f);
|
||||
return (buf);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user