Commit b9751c6b authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

parent 6e8667b7
......@@ -276,7 +276,7 @@ static int Init( vout_thread_t *p_vout )
p_snapshot->p_data = ( char* ) malloc( i_datasize );
if( p_snapshot->p_data == NULL )
{
free( p_snapshort );
free( p_snapshot );
return VLC_ENOMEM;
}
p_vout->p_sys->p_list[i_index] = p_snapshot;
......
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