Skip to content
Snippets Groups Projects
Commit 223bb3fc authored by Rafaël Carré's avatar Rafaël Carré
Browse files

fix folder meta_engine (typo)

parent 54bfce03
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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