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/715/head
parent
a4f9d885a7
commit
3ff081e581
Loading…
Reference in new issue