summaryrefslogtreecommitdiff
path: root/contrib/scripts
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2012-10-22 20:19:51 +0000
committerJonathan Rose <jrose@digium.com>2012-10-22 20:19:51 +0000
commit3d540ef218a8d0a9a734bb7f84c9de428962ac1d (patch)
tree702e26e9949bab7045c7676a83c93adae221d07a /contrib/scripts
parent31f1881ceb6bf1b88b54220057e1ed057a2135af (diff)
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 ........ Merged revisions 375300 from http://svn.asterisk.org/svn/asterisk/branches/10 ........ Merged revisions 375301 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib/scripts')
0 files changed, 0 insertions, 0 deletions