]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 375300 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Mon, 22 Oct 2012 20:22:59 +0000 (20:22 +0000)
committerAutomerge script <automerge@asterisk.org>
Mon, 22 Oct 2012 20:22:59 +0000 (20:22 +0000)
commitd0b4bde150ade2bc0e5ef2d5d693206778b594e2
tree3b5716b80b05fa1d71e81bde8fd11ff78ebef6ab
parentb5d03fe51afb4cb311c72c48c456a9885e81f551
Merged revisions 375300 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r375300 | jrose | 2012-10-22 14:56:20 -0500 (Mon, 22 Oct 2012) | 14 lines

  core: Fix a memory leak in app.c from an early return

  ast_app_group_match_get_count allocates memory with the regcomp
  function and we previously forgot to free it when bailing out
  due to a regex compilation failure against category.

  (closes issue AST-1018)
  Reported by: Guenther Kelleter
  Patches:
   regcomp_memleak.diff uploaded by Guenther Kelleter (license 6372)
  ........

  Merged revisions 375299 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

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