]> 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:52:15 +0000 (11:52 +0000)
committerSean Bright <sean@malleable.com>
Tue, 18 Mar 2014 11:52:15 +0000 (11:52 +0000)
commit83570270803ff5d82c700f0a5c887297a57b4a86
treefac104e185a5038ea5e1d7a46d02f408693896ce
parent614b6abc38f2e87f45237e202a3960cf498225d0
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
........

Merged revisions 410830 from http://svn.asterisk.org/svn/asterisk/branches/12

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