oop remove dbg code
This commit is contained in:
parent
7aa46b258a
commit
da2773000a
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user