oops
This commit is contained in:
parent
c5c2cf5f2b
commit
1a30c50ba7
@ -297,7 +297,6 @@ vips_leak( void )
|
|||||||
|
|
||||||
if( vips_tracked_get_allocs() ||
|
if( vips_tracked_get_allocs() ||
|
||||||
vips_tracked_get_mem() ||
|
vips_tracked_get_mem() ||
|
||||||
vips_tracked_get_mem_highwater() ||
|
|
||||||
vips_tracked_get_files() ) {
|
vips_tracked_get_files() ) {
|
||||||
vips_buf_appendf( &buf, "memory: %d allocations, %zd bytes\n",
|
vips_buf_appendf( &buf, "memory: %d allocations, %zd bytes\n",
|
||||||
vips_tracked_get_allocs(), vips_tracked_get_mem() );
|
vips_tracked_get_allocs(), vips_tracked_get_mem() );
|
||||||
|
Loading…
Reference in New Issue
Block a user