weston-terminal: Make exit path a little more obvious
Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
+4
-2
@@ -3054,9 +3054,11 @@ io_handler(struct task *task, uint32_t events)
|
||||
}
|
||||
|
||||
len = read(terminal->master, buffer, sizeof buffer);
|
||||
if (len < 0)
|
||||
if (len < 0) {
|
||||
terminal_destroy(terminal);
|
||||
else
|
||||
return;
|
||||
}
|
||||
|
||||
terminal_data(terminal, buffer, len);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user