]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip/pjsip_cli: fix compilation error caused by passing ast_free
authorMatthew Jordan <mjordan@digium.com>
Sat, 21 Dec 2013 03:34:00 +0000 (03:34 +0000)
committerMatthew Jordan <mjordan@digium.com>
Sat, 21 Dec 2013 03:34:00 +0000 (03:34 +0000)
commit698fa67154012e37c0f8f9690d12ffd4c9aca091
treee62d5ff3d740c4231e993eb83bdf34030975248e
parent5f48de6336f15f81ab96f97e69cea58c1b651668
res_pjsip/pjsip_cli: fix compilation error caused by passing ast_free

When wanting to pass *free as a function pointer, ast_free_ptr has to be used
instead of ast_free. This allows it to be compiled with MALLOC_DEBUG enabled.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404531 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip/pjsip_cli.c