oop remove dbg code

This commit is contained in:
John Cupitt 2019-04-19 15:03:33 +01:00
parent 7aa46b258a
commit da2773000a
1 changed files with 0 additions and 3 deletions

View File

@ -767,12 +767,9 @@ init_destination( j_compress_ptr cinfo )
static void
buf_destroy( j_compress_ptr cinfo )
{
printf( "buf_destroy:\n" );
if( cinfo->dest ) {
OutputBuffer *buf = (OutputBuffer *) cinfo->dest;
printf( "buf_destroy: destroying\n" );
vips_dbuf_destroy( &buf->dbuf );
}
}