Commit 8da9db5e authored by Rémi Duraffort's avatar Rémi Duraffort

livehttp: fix typo

parent d6086269
......@@ -333,7 +333,7 @@ static int CryptSetup( sout_access_out_t *p_access, char *key_file )
if( err )
{
msg_Err( p_access, "Openin AES Cipher failed: %s", gpg_strerror(err));
free( key_file );
free( keyfile );
return 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