]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Deallocate database connection handle on disconnect, as we allocate another
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 11 Aug 2008 00:20:38 +0000 (00:20 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 11 Aug 2008 00:20:38 +0000 (00:20 +0000)
commit9d294cd93478b97bcc8add05285b016421ab5e6c
tree15a730be58fad27f167c714ed7bc494b30cf4952
parent2f11017cc1f1c96cb693719c4ef4e18c6b266573
Deallocate database connection handle on disconnect, as we allocate another
one on connect.
(closes issue #13271)
 Reported by: dveiga

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@137138 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_odbc.c