turn off orc program free

stops a crash, makes a memleak

see https://bugzilla.gnome.org/show_bug.cgi?id=731227
This commit is contained in:
John Cupitt 2014-06-04 18:53:55 +01:00
parent f1f6bde680
commit a1db626713
1 changed files with 2 additions and 0 deletions

View File

@ -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 );