Commit 2c5aa881 authored by Francois Cartegnie's avatar Francois Cartegnie

addons: vorepository: missing internal manifest stream creation check

parent ed673d83
......@@ -411,6 +411,8 @@ static int Retrieve( addons_finder_t *p_finder, addon_entry_t *p_entry )
p_stream = stream_UrlNew( p_finder, psz_manifest );
free( psz_manifest );
if ( !p_stream )
return VLC_EGENERIC;
int i_ret = ( ParseManifest( p_finder, p_entry,
p_finder->p_sys->psz_tempfile, p_stream ) > 0 )
......
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