terminal: Don't close fd twice

This commit is contained in:
Kristian Høgsberg 2011-12-28 22:04:27 -05:00
parent 0050fd7d8b
commit 727bacdddf

View file

@ -2038,7 +2038,6 @@ data_source_send(void *data,
struct terminal *terminal = data;
terminal_send_selection(terminal, fd);
close(fd);
}
static void