Drop the operation cache before leak checking (#2503)

This commit is contained in:
Kleis Auke Wolthuizen 2021-10-29 12:03:28 +02:00 committed by GitHub
parent 47383b5bfc
commit 2d6d2e7c0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -436,6 +436,7 @@ vips__atexit( void )
if( !done ) {
done = TRUE;
vips_cache_drop_all();
vips_leak();
}
}