]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 228798 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 19 Feb 2010 19:05:34 +0000 (19:05 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 19 Feb 2010 19:05:34 +0000 (19:05 +0000)
commit16580c731ffe0bab2da7518232549e4d4154dfe0
tree30975937daa5bbb35bee8669b8dd8882f3eccb9a
parent09e7707ea39c076acdb526908f759ed908057a2c
Merged revisions 228798 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

(closes issue #16470)
 Reported by: kjotte

........
  r228798 | tilghman | 2009-11-09 01:37:52 -0600 (Mon, 09 Nov 2009) | 14 lines

  Fix various problems detected with Valgrind.
   * chan_console accessed pvts after deallocation.
   * The module loader did not check usecount on shutdown, which led to chan_iax2
   reading a timer that was already unloaded.
  (closes issue #16062)
   Reported by: alexanderheinz
   Patches:
         20091109__issue16062.diff.txt uploaded by tilghman (license 14)
   Tested by: tilghman
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@248009 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_console.c
main/loader.c