aboutsummaryrefslogtreecommitdiffstats
path: root/main/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/file.c b/main/file.c
index e88279a6f..ca38d187d 100644
--- a/main/file.c
+++ b/main/file.c
@@ -917,7 +917,6 @@ struct ast_filestream *ast_readfile(const char *filename, const char *type, cons
ast_log(LOG_WARNING, "Unable to open %s\n", fn);
if (fs)
ast_free(fs);
- fs = NULL;
if (bfile)
fclose(bfile);
ast_free(fn);