remmove extra null check
see https://github.com/jcupitt/libvips/issues/761
This commit is contained in:
parent
fe20b92e33
commit
d601c5ee19
@ -465,8 +465,7 @@ VImage::call_option_string( const char *operation_name,
|
|||||||
operation_name );
|
operation_name );
|
||||||
|
|
||||||
if( !(operation = vips_operation_new( operation_name )) ) {
|
if( !(operation = vips_operation_new( operation_name )) ) {
|
||||||
if( options )
|
delete options;
|
||||||
delete options;
|
|
||||||
throw( VError() );
|
throw( VError() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user