]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 332759 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Mon, 22 Aug 2011 17:05:35 +0000 (17:05 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 22 Aug 2011 17:05:35 +0000 (17:05 +0000)
commit1aba6e23b1cb01e01129da5a921a5cbe02ca26fe
treea2af784b61cb48b414d795f1bce41f748c776ee6
parentf3c6244fa96d72438aac351dbf6304c575031fe8
Merged revisions 332759 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r332759 | rmudgett | 2011-08-22 12:00:03 -0500 (Mon, 22 Aug 2011) | 15 lines

  Memory leak reading realtime database variable list.

  Calling ast_load_realtime() can leak the last list node if the read list
  only contains empty variable value items.

  * Fixed list filter loop in ast_load_realtime() to delete the list node
  immediately instead of the next time through the loop.  The next time
  through the loop may not happen if the node to delete is the last in the
  list.

  (issue ASTERISK-18277)
  (issue ASTERISK-18265)
  Patches:
        jira_asterisk_18265_v1.8_config.patch (license #5621) patch uploaded by rmudgett
........

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