diff --git a/libvips/iofuncs/vector.c b/libvips/iofuncs/vector.c index 2cdb0ae7..55e03c6e 100644 --- a/libvips/iofuncs/vector.c +++ b/libvips/iofuncs/vector.c @@ -122,7 +122,9 @@ vips_vector_free( VipsVector *vector ) printf( "orc_program_free( %s );\n", vector->unique_name ); printf( "%s = NULL;\n", vector->unique_name ); #endif /*DEBUG_TRACE*/ + /* VIPS_FREEF( orc_program_free, vector->program ); + */ #endif /*HAVE_ORC*/ VIPS_FREE( vector->unique_name ); VIPS_FREE( vector );