]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Free endpoint ACLs when destroying PJSIP endpoints. 73/4773/1
authorMark Michelson <mmichelson@digium.com>
Mon, 23 Jan 2017 22:18:18 +0000 (16:18 -0600)
committerMark Michelson <mmichelson@digium.com>
Mon, 23 Jan 2017 22:22:34 +0000 (16:22 -0600)
commit4bfeda6ee4bfc217d1273aad0bc64791591bbabf
tree2407c03edccf4e6b93275cf2900f8490edc6f8eb
parent2481a55fba93b77e72d54b1ddfd07213750206ba
Free endpoint ACLs when destroying PJSIP endpoints.

If endpoint ACLs were specified, they were not being freed
when endpoints were destroyed. On systems with realtime endpoints, this
could add up quickly since each DB lookup would allocate the ACL without
freeing it.

ASTERISK-26731 #close
Reported by Ustinov Artem

Change-Id: Ie1f8bf5b7a0de628c975beba01e69c56893331ad
res/res_pjsip/pjsip_configuration.c