]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Memory leaks in realtime_multi_xxx() when database access returns error.
authorRichard Mudgett <rmudgett@digium.com>
Mon, 22 Aug 2011 18:14:59 +0000 (18:14 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 22 Aug 2011 18:14:59 +0000 (18:14 +0000)
commite55b37bb5aa6d96100d5daa2273cf936fcd4c679
tree4c0d7de62dac67965fb53248aad8e064e93f5225
parent08b76290a2f4db0b350284c84a53df53bfc92c30
Memory leaks in realtime_multi_xxx() when database access returns error.

* Fix realtime_multi_pgsql() configuration memory leak when the database
access returns an error.

* Fix realtime_multi_odbc() configuration category use after free when the
database access returns an error.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@332816 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_config_odbc.c
res/res_config_pgsql.c