mirror of https://github.com/asterisk/asterisk
rtp_engine.c and stun.c were calling ast_register_cleanup which is skipped if any loadable module can't be cleanly unloaded when asterisk shuts down. Since this will always be the case, their cleanup functions never get run. In a practical sense this makes no difference since asterisk is shutting down but if you're in development mode and trying to use the leak sanitizer, the leaks from both of those modules clutter up the output.pull/703/head
parent
52881ef6e5
commit
70fd8f1c93
Loading…
Reference in new issue