]> git.ipfire.org Git - thirdparty/asterisk.git/commit
various: cleanup issues found during leak hunt
authorScott Griepentrog <sgriepentrog@digium.com>
Fri, 6 Feb 2015 21:26:12 +0000 (21:26 +0000)
committerScott Griepentrog <sgriepentrog@digium.com>
Fri, 6 Feb 2015 21:26:12 +0000 (21:26 +0000)
commit323c0927ac63ce1c13133961bd46abbf6d265a18
tree442ac91b9baf5220443a5be83a8001d33a49198d
parent18c8c1bae39e4a236f4cc5b2cfc1d759af624593
various: cleanup issues found during leak hunt

In this collection of small patches to prevent
Valgrind errors are: fixes for reference leaks
in config hooks, evaluating a parameter beyond
bounds, and accessing a structure after a lock
where it could have been already free'd.

Review: https://reviewboard.asterisk.org/r/4407/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@431583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/config.c
main/utils.c
res/res_pjsip.c