Commit e10e115f authored by Rémi Duraffort's avatar Rémi Duraffort

rtmp_access: remove dead code.

parent df15163a
......@@ -426,7 +426,6 @@ static ssize_t Read( access_t *p_access, uint8_t *p_buffer, size_t i_len )
{
msg_Err( p_access, "failed send bytes read" );
goto error;
return -1;
}
free( rtmp_packet->body->body );
free( rtmp_packet->body );
......
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