]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Assert on implied failure to malloc
authorTravis Cross <tc@traviscross.com>
Thu, 29 May 2014 14:24:48 +0000 (14:24 +0000)
committerTravis Cross <tc@traviscross.com>
Thu, 29 May 2014 14:24:48 +0000 (14:24 +0000)
commit6663692ff7a1f3aeb8abaed80486b930203dc01f
treea0275fc1c0a22a41458654b9caa27a90b41def18
parente66d24622ace62fec5fef2a4b22c74ed92baeaa4
Assert on implied failure to malloc

switch_event_expand_headers should only return null on a malloc
failure, so we might as well just assert here.
src/mod/applications/mod_fifo/mod_fifo.c