mirror of https://github.com/asterisk/asterisk
Commit 424be34563 introduced
a regression by calling ast_free on memory allocated by
realpath. This causes Asterisk to abort when executing this
function. Since the memory is allocated by glibc, it should
be freed using ast_std_free.
Resolves: #513
pull/605/head
parent
f00e026416
commit
d6245bcfa3
Loading…
Reference in new issue