fix compiler warning
This commit is contained in:
parent
0429a0080e
commit
0c217efdf3
@ -2281,6 +2281,11 @@ vips_image_new_from_stream( VipsStreami *streami,
|
|||||||
|
|
||||||
vips_area_unref( VIPS_AREA( blob ) );
|
vips_area_unref( VIPS_AREA( blob ) );
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
vips_error( "VipsImage",
|
||||||
|
"%s", _( "unable to load stream" ) );
|
||||||
|
result = -1;
|
||||||
|
}
|
||||||
|
|
||||||
if( result )
|
if( result )
|
||||||
return( NULL );
|
return( NULL );
|
||||||
|
Loading…
Reference in New Issue
Block a user