oops, failed merge
This commit is contained in:
parent
ad5ceec322
commit
87928d4eba
@ -671,9 +671,6 @@ vips__buffer_init( void )
|
||||
if( buffer_cache_max_reserve < 1 )
|
||||
printf( "vips__buffer_init: buffer reserve disabled\n" );
|
||||
|
||||
if( !vips_thread_isworker() )
|
||||
printf( "vips__buffer_init: called for non-worker\n" );
|
||||
|
||||
#ifdef DEBUG
|
||||
printf( "vips__buffer_init: DEBUG enabled\n" );
|
||||
#endif /*DEBUG*/
|
||||
|
@ -186,18 +186,14 @@ vips_thread_run( gpointer data )
|
||||
|
||||
void *result;
|
||||
|
||||
/* Set this to something (anything) to tag this thread as a vips worker.
|
||||
/* Set this to something (anything) to tag this thread as a vips
|
||||
* worker.
|
||||
*/
|
||||
g_private_set( is_worker_key, data );
|
||||
|
||||
if( vips__thread_profile )
|
||||
vips__thread_profile_attach( info->domain );
|
||||
|
||||
if( vips__thread_profile )
|
||||
vips__thread_profile_attach( info->domain );
|
||||
|
||||
vips__buffer_init();
|
||||
|
||||
result = info->func( info->data );
|
||||
|
||||
g_free( info );
|
||||
|
Loading…
Reference in New Issue
Block a user