[Home]

Summary:ASTERISK-24492: main/file.c: ast_filestream sometimes causes extra calls to ast_module_unref
Reporter:Corey Farrell (coreyfarrell)Labels:
Date Opened:2014-11-04 17:10:26.000-0600Date Closed:2014-11-06 06:15:36.000-0600
Priority:MinorRegression?
Status:Closed/CompleteComponents:Core/FileFormatInterface
Versions:SVN 11.13.1 12.6.1 13.0.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:fn_wrapper only adds a reference to the format's module if the file was able to be opened.  If not this causes an unmatched ast_module_unref in filestream_destructor.
Comments: