Commit 2310b195 authored by Rémi Duraffort's avatar Rémi Duraffort

update: fix memory leak

parent 302ffe2e
......@@ -358,6 +358,9 @@ static bool GetUpdateFile( update_t *p_update )
else
{
msg_Info( p_update->p_libvlc, "Status file authenticated" );
free( p_hash );
free( psz_version_line );
free( psz_update_data );
return true;
}
......
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