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:
parent
f1f6bde680
commit
a1db626713
@ -122,7 +122,9 @@ vips_vector_free( VipsVector *vector )
|
|||||||
printf( "orc_program_free( %s );\n", vector->unique_name );
|
printf( "orc_program_free( %s );\n", vector->unique_name );
|
||||||
printf( "%s = NULL;\n", vector->unique_name );
|
printf( "%s = NULL;\n", vector->unique_name );
|
||||||
#endif /*DEBUG_TRACE*/
|
#endif /*DEBUG_TRACE*/
|
||||||
|
/*
|
||||||
VIPS_FREEF( orc_program_free, vector->program );
|
VIPS_FREEF( orc_program_free, vector->program );
|
||||||
|
*/
|
||||||
#endif /*HAVE_ORC*/
|
#endif /*HAVE_ORC*/
|
||||||
VIPS_FREE( vector->unique_name );
|
VIPS_FREE( vector->unique_name );
|
||||||
VIPS_FREE( vector );
|
VIPS_FREE( vector );
|
||||||
|
Loading…
Reference in New Issue
Block a user