fix pytest
This commit is contained in:
parent
e60030b6e8
commit
63b755e73e
@ -34,6 +34,8 @@
|
|||||||
* - check image and frame bounds, since giflib does not
|
* - check image and frame bounds, since giflib does not
|
||||||
* 1/9/19
|
* 1/9/19
|
||||||
* - improve early close again
|
* - improve early close again
|
||||||
|
* 30/1/19
|
||||||
|
* - rework on top of VipsSource
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -332,7 +334,8 @@ vips_foreign_load_gif_close_giflib( VipsForeignLoadGif *gif )
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
vips_source_minimise( gif->source );
|
if( gif->source )
|
||||||
|
vips_source_minimise( gif->source );
|
||||||
|
|
||||||
return( 0 );
|
return( 0 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user