]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 241016 via svnmerge from
authorSean Bright <sean@malleable.com>
Mon, 18 Jan 2010 20:01:48 +0000 (20:01 +0000)
committerSean Bright <sean@malleable.com>
Mon, 18 Jan 2010 20:01:48 +0000 (20:01 +0000)
commitc319632d7052780bdbf25dce6181893b25a6d4c6
treefcf48cb0ead9e19165c9d0aa6805742e4aace963
parent9917b29d248ef5dae54e1b7a9192c25fc91efb7f
Merged revisions 241016 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r241016 | seanbright | 2010-01-18 14:57:52 -0500 (Mon, 18 Jan 2010) | 19 lines

  Merged revisions 241015 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r241015 | seanbright | 2010-01-18 14:54:19 -0500 (Mon, 18 Jan 2010) | 12 lines

    Plug a memory leak when reading configs with their comments.

    While reading through configuration files with the intent of returning their
    full contents (comments specifically) we allocated some memory and then forgot
    to free it.  This doesn't fix 16554 but clears up a leak I had in the lab.

    (issue #16554)
    Reported by: mav3rick
    Patches:
          issue16554_20100118.patch uploaded by seanbright (license 71)
    Tested by: seanbright
  ........
................

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