]> 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:57 +0000 (05:18 -0500)
commit302c20546a1e5711750ed15270848c6268559764
tree9736c82685a05533bd3bb5763b2c943b4347ef0d
parentbbd08354826d872d6c21190869d128803d647428
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