final clean-up
This commit is contained in:
parent
6e48c47533
commit
000d77e994
2
TODO
2
TODO
@ -1,5 +1,3 @@
|
||||
- vips_image_readwrite() or whatever its called should signal invalidate or
|
||||
mark the image as uncacheable or something
|
||||
|
||||
|
||||
- can we use postbuild elsewhere? look at use of "preclose" / "written", etc.
|
||||
|
@ -2747,6 +2747,11 @@ vips_image_inplace( VipsImage *image )
|
||||
return( -1 );
|
||||
}
|
||||
|
||||
/* This image is about to be changed (probably). Make sure it's not
|
||||
* in cache.
|
||||
*/
|
||||
vips_image_invalidate_all( image );
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user