mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Like options, move the environ struct into environ.c.
This commit is contained in:
2
client.c
2
client.c
@ -294,7 +294,7 @@ client_main(struct event_base *base, int argc, char **argv, int flags)
|
||||
options_free(global_options);
|
||||
options_free(global_s_options);
|
||||
options_free(global_w_options);
|
||||
environ_free(&global_environ);
|
||||
environ_free(global_environ);
|
||||
|
||||
/* Create stdin handler. */
|
||||
setblocking(STDIN_FILENO, 0);
|
||||
|
Reference in New Issue
Block a user