mirror of https://github.com/asterisk/asterisk
Commitpull/886/head424be34563
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 (cherry picked from commitb9ed57092f
)
parent
8a73bac226
commit
c6b82b19a4
Loading…
Reference in new issue