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

meta_folder: fix a memleak.

parent 645e8d0b
......@@ -125,6 +125,7 @@ static int FindMeta( vlc_object_t *p_this )
}
}
}
free( psz_path );
return b_have_art ? VLC_SUCCESS : VLC_EGENERIC;
}
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