mirror of
https://github.com/videolan/vlc.git
synced 2024-12-01 13:55:14 +08:00
meta_folder: fix a memleak.
This commit is contained in:
parent
645e8d0bee
commit
df83385555
@ -125,6 +125,7 @@ static int FindMeta( vlc_object_t *p_this )
|
||||
}
|
||||
}
|
||||
}
|
||||
free( psz_path );
|
||||
|
||||
return b_have_art ? VLC_SUCCESS : VLC_EGENERIC;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user