=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/client.c,v retrieving revision 1.99 retrieving revision 1.100 diff -c -r1.99 -r1.100 *** src/usr.bin/tmux/client.c 2015/10/27 13:23:24 1.99 --- src/usr.bin/tmux/client.c 2015/10/27 15:58:42 1.100 *************** *** 1,4 **** ! /* $OpenBSD: client.c,v 1.99 2015/10/27 13:23:24 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: client.c,v 1.100 2015/10/27 15:58:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 291,299 **** 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); environ_free(&global_environ); /* Create stdin handler. */ --- 291,299 ---- 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); environ_free(&global_environ); /* Create stdin handler. */