try again on the buffer cache assert

This commit is contained in:
John Cupitt 2014-01-09 16:56:44 +00:00
parent 2a81c611c5
commit 68a816f104
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,6 @@ vips_buffer_undone( VipsBuffer *buffer )
cache->buffers = g_slist_remove( cache->buffers, buffer );
buffer->done = FALSE;
buffer->cache = NULL;
#ifdef DEBUG_VERBOSE
printf( "vips_buffer_undone: %d buffers left\n",
@ -300,6 +299,7 @@ vips_buffer_undone( VipsBuffer *buffer )
#endif /*DEBUG_VERBOSE*/
}
buffer->cache = NULL;
buffer->area.width = 0;
buffer->area.height = 0;
}