leak
This commit is contained in:
parent
213b44894e
commit
cd7a769058
@ -144,7 +144,7 @@ shrink_factor( IMAGE *in, IMAGE *out,
|
|||||||
{
|
{
|
||||||
IMAGE *t[9];
|
IMAGE *t[9];
|
||||||
VipsImage **s = (VipsImage **)
|
VipsImage **s = (VipsImage **)
|
||||||
vips_object_local_array( VIPS_OBJECT( in ), 1 );
|
vips_object_local_array( VIPS_OBJECT( out ), 1 );
|
||||||
IMAGE *x;
|
IMAGE *x;
|
||||||
|
|
||||||
if( im_open_local_array( out, t, 9, "thumbnail", "p" ) )
|
if( im_open_local_array( out, t, 9, "thumbnail", "p" ) )
|
||||||
@ -175,7 +175,7 @@ shrink_factor( IMAGE *in, IMAGE *out,
|
|||||||
* We want to make sure we read the image sequentially.
|
* We want to make sure we read the image sequentially.
|
||||||
* However, the convolution we may be doing later will force us
|
* However, the convolution we may be doing later will force us
|
||||||
* into SMALLTILE or maybe FATSTRIP mode and that will break
|
* into SMALLTILE or maybe FATSTRIP mode and that will break
|
||||||
* sequentiallity.
|
* sequentiality.
|
||||||
*
|
*
|
||||||
* So ... read into a cache where tiles are scanlines, and make sure
|
* So ... read into a cache where tiles are scanlines, and make sure
|
||||||
* we keep enough scanlines to be able to serve a line of tiles.
|
* we keep enough scanlines to be able to serve a line of tiles.
|
||||||
|
Loading…
Reference in New Issue
Block a user