]> git.ipfire.org Git - thirdparty/asterisk.git/commit
hashtab: Use ast_free.
authorCorey Farrell <git@cfware.com>
Sat, 7 Oct 2017 17:14:08 +0000 (13:14 -0400)
committerCorey Farrell <git@cfware.com>
Tue, 24 Oct 2017 21:17:53 +0000 (17:17 -0400)
commit23d05ebc490555a015586b1e0165968c1e8e4d84
treefa0f9bb5f838f15199213c3aacfbfe6e08b74f9c
parent65b3c68230326b2f92a023144d0743e0fcd2b4d8
hashtab: Use ast_free.

A few places in hashtab use free instead of ast_free.

Change-Id: I2ff089bad71640c03c3ce97f1b00fc962ef79427
main/hashtab.c