]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_fax: SpanDSP headers do not use ast_malloc; ignore that.
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 22 Apr 2020 17:38:13 +0000 (19:38 +0200)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 24 Apr 2020 10:18:43 +0000 (05:18 -0500)
commite21d8d2c78ed00022966ef8158ba12440143a267
tree1aafe85726452c1dbc50cc6a03600595414614f7
parent3907b8139741f884e1b629dd0291f98ba3251d46
app_fax: SpanDSP headers do not use ast_malloc; ignore that.

Since Asterisk 14, app_fax did not compile at all because Asterisk
requires that not malloc but ast_malloc is used everywhere. However,
the system headers of SpanDSP use malloc. Because we cannot (and do
not need to) change system headers, let us ignore this.

ASTERISK-28848

Change-Id: I31f7a6b92a07032c5cef1c16b8901b107fe35546
apps/app_fax.c