Commit 223bb3fc authored by Rafaël Carré's avatar Rafaël Carré

fix folder meta_engine (typo)

parent 54bfce03
......@@ -114,7 +114,7 @@ static int FindMeta( vlc_object_t *p_this )
if( asprintf( &filepath, "%s%s", psz_path, filename ) == -1 )
filepath = NULL;
free( filebuf );
if( unlikely(filepath != NULL) )
if( unlikely(filepath == NULL) )
continue;
struct stat dummy;
......
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