meta_folder: fix a memleak.

This commit is contained in:
Rémi Duraffort 2010-06-27 18:36:49 +02:00
parent 645e8d0bee
commit df83385555

View File

@ -125,6 +125,7 @@ static int FindMeta( vlc_object_t *p_this )
}
}
}
free( psz_path );
return b_have_art ? VLC_SUCCESS : VLC_EGENERIC;
}