]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Resolve a file handle leak.
authorRussell Bryant <russell@russellbryant.com>
Tue, 26 May 2009 18:14:36 +0000 (18:14 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 26 May 2009 18:14:36 +0000 (18:14 +0000)
commit245950ad00fe885af5c5c7e3cf339fc2f0a473a2
tree657790b1937945f5e3e2cbb74933a576c6ed6763
parentaca2aadbfa73644d8828bb538e1518343ce2bfd5
Resolve a file handle leak.

The frames here should have always been freed.  However, out of luck, there was
never any memory leaked.  However, after file streams became reference counted,
this code would leak the file stream for the file being read.

(closes issue #15181)
Reported by: jkroon

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