MT#61352 free options at the end

Some of the earlier cleanup functions may still refer to some of the
options.

Change-Id: I5b6db886fe58891b3f737e7a0f3b31b0425699b9
pull/1876/head
Richard Fuchs 1 year ago
parent 8f458d0511
commit dafd71fd98

@ -1624,7 +1624,6 @@ int main(int argc, char **argv) {
redis_close(rtpe_redis_notify);
free_prefix();
options_free();
log_free();
janus_free();
@ -1648,6 +1647,7 @@ int main(int argc, char **argv) {
#endif
bufferpool_destroy(shm_bufferpool);
kernel_shutdown_table();
options_free();
bufferpool_cleanup();
return 0;

Loading…
Cancel
Save