mirror of https://github.com/asterisk/asterisk
Commitreleases/certified-18.9424be34563
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 commit3ff081e581
)
parent
4d512e643f
commit
a26faa9ac5
Loading…
Reference in new issue