]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_fax_spandsp: Use g711_free() when available.
authorSean Bright <sean@malleable.com>
Tue, 18 Mar 2014 11:51:24 +0000 (11:51 +0000)
committerSean Bright <sean@malleable.com>
Tue, 18 Mar 2014 11:51:24 +0000 (11:51 +0000)
commit693f2064e83d5d80f4b7ea9993dd4ce5a0aedcad
tree31b6531f40220462f3a4a57e4f6dfb00ff31454d
parentd0ede446fff46ff2271758f02c72e1a75d8dfb75
res_fax_spandsp: Use g711_free() when available.

Per Johann Steinwendtner on the asterisk-dev mailing list:

http://lists.digium.com/pipermail/asterisk-dev/2014-March/066102.html

g711_free() was introduced in spandsp 0.0.6pre4 and g711_release() became a
noop.  I opted not to remove the call to g711_release() since it is harmless
and to call g711_free() if we have a sufficiently recent version of spandsp.

(issue ASTERISK-20149)
Reported by: Alexandr Gordeev
........

Merged revisions 410829 from http://svn.asterisk.org/svn/asterisk/branches/11

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