mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Move struct options into options.c.
This commit is contained in:
parent
67c3a014b9
commit
44657bf932
37 changed files with 223 additions and 201 deletions
6
client.c
6
client.c
|
|
@ -291,9 +291,9 @@ client_main(struct event_base *base, int argc, char **argv, int flags)
|
|||
fatal("pledge failed");
|
||||
|
||||
/* Free stuff that is not used in the client. */
|
||||
options_free(&global_options);
|
||||
options_free(&global_s_options);
|
||||
options_free(&global_w_options);
|
||||
options_free(global_options);
|
||||
options_free(global_s_options);
|
||||
options_free(global_w_options);
|
||||
environ_free(&global_environ);
|
||||
|
||||
/* Create stdin handler. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue