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/1258/head
parent
579126188d
commit
ce9e3d9275
Loading…
Reference in new issue