Skip to content
Snippets Groups Projects
Commit 90431add authored by Russell Bryant's avatar Russell Bryant
Browse files

Merged revisions 167554 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r167554 | russell | 2009-01-07 16:26:42 -0600 (Wed, 07 Jan 2009) | 2 lines

Don't fclose() the file early, the filestream destructor will handle it.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167555 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 9ec93dbc
No related branches found
No related tags found
No related merge requests found
......@@ -449,7 +449,6 @@ static int ast_filehelper(const char *filename, const void *arg2, const char *fm
continue;
}
if (open_wrapper(s)) {
fclose(bfile);
ast_free(fn);
ast_closestream(s);
continue; /* cannot run open on file */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment