mirror of http://gerrit.asterisk.org/asterisk
write_openssl_error_to_log has been erroneously using ast_free instead of free, which will cause a crash when MALLOC_DEBUG is enabled since the memory was not allocated by Asterisk's memory manager. This changes it to use the actual free function directly to avoid this. ASTERISK-30278 #close Change-Id: Iac8b6468b718075809c45d8ad16b101af21a474dchanges/11/19511/2
parent
d7dae7b1fc
commit
e553546eff
Loading…
Reference in new issue