diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-09-09 14:01:08 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-09-09 14:01:08 +0100 |
commit | 5af2f68a2cab8b3703382e69d7b3fb38c2fe7e65 (patch) | |
tree | 16be8e9d5596960fcf4c2f0296fc8e82bd66c1b6 /client.c | |
parent | fe536457cca384fdaa5fcf80236404cfaafc38f9 (diff) | |
parent | 67ee995cc1ec0a9ae2247dae6bdde54211be8c5a (diff) | |
download | rtmux-5af2f68a2cab8b3703382e69d7b3fb38c2fe7e65.tar.gz rtmux-5af2f68a2cab8b3703382e69d7b3fb38c2fe7e65.tar.bz2 rtmux-5af2f68a2cab8b3703382e69d7b3fb38c2fe7e65.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -264,6 +264,10 @@ client_main(struct event_base *base, int argc, char **argv, int flags) } return (1); } + options_free(&global_options); + options_free(&global_s_options); + options_free(&global_w_options); + environ_free(&global_environ); /* Set process title, log and signals now this is the client. */ #ifdef HAVE_SETPROCTITLE |