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