summaryrefslogtreecommitdiffstats
path: root/demux/mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/mf.c')
-rw-r--r--demux/mf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/mf.c b/demux/mf.c
index daeb6baa79..98fab6edc4 100644
--- a/demux/mf.c
+++ b/demux/mf.c
@@ -50,7 +50,7 @@ mf_t* open_mf_pattern(char * filename)
#if defined(HAVE_GLOB) || defined(__MINGW32__)
glob_t gg;
int i;
- char * fname;
+ char * fname = NULL;
mf_t * mf;
int error_count = 0;
int count = 0;