]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a memory leak in res_monitor.c
authorMark Michelson <mmichelson@digium.com>
Mon, 23 Mar 2009 17:59:28 +0000 (17:59 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 23 Mar 2009 17:59:28 +0000 (17:59 +0000)
commit3e474b3b75ea1a99c6d80c6c3678006a70c934ab
treeb2712fc35ccc584cc256e07520189e348c06f1f4
parent19a67b624c7aa81a1b72ec8f63b3e76fac6ca497
Fix a memory leak in res_monitor.c

The only way that this leak would occur is if Monitor were started
using the Manager interface and no File: header were given. Discovered
while reviewing the ast_channel_ao2 review request.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@183700 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_monitor.c