Commit bf397e88 authored by Rémi Duraffort's avatar Rémi Duraffort

config: fix memleak.

parent f999294c
......@@ -121,6 +121,7 @@ static FILE *config_OpenConfigFile( vlc_object_t *p_obj )
}
}
#endif
free( psz_filename );
return p_stream;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment