Commit 5add7fdc authored by Antoine Cellerier's avatar Antoine Cellerier

Hum, this isn't needed anymore.

parent 117e041c
...@@ -221,13 +221,6 @@ static picture_t *ImageReadUrl( image_handler_t *p_image, const char *psz_url, ...@@ -221,13 +221,6 @@ static picture_t *ImageReadUrl( image_handler_t *p_image, const char *psz_url,
p_block = block_New( p_image->p_parent, i_size ); p_block = block_New( p_image->p_parent, i_size );
if( !p_block )
{
msg_Dbg( p_image->p_parent, "error while allocating memory to read %s",
psz_url );
return NULL;
}
stream_Read( p_stream, p_block->p_buffer, i_size ); stream_Read( p_stream, p_block->p_buffer, i_size );
stream_Delete( p_stream ); stream_Delete( p_stream );
......
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