mirror of https://github.com/asterisk/asterisk
A frame that is translated via ast_translate is also duplicated via ast_frdup. This will allocate a new frame on the heap, which needs to be free'd at the appropriate time. This issue reporter used valgrind to find that this occurred in res_fax's fax_gateway_framehook; a quick search through the code showed that only place this was currently not handling the translatted frame properly. (closes issue ASTERISK-19133) Reported by: Sylvain Rochet git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@349608 65c4cc65-6c06-0410-ace0-fbb531ad65f310-digiumphones
parent
2defa0b88e
commit
e8d238e896
Loading…
Reference in new issue