Drop the operation cache before leak checking (#2503)
This commit is contained in:
parent
47383b5bfc
commit
2d6d2e7c0d
@ -436,6 +436,7 @@ vips__atexit( void )
|
||||
|
||||
if( !done ) {
|
||||
done = TRUE;
|
||||
vips_cache_drop_all();
|
||||
vips_leak();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user