free attr result

This commit is contained in:
John Cupitt 2020-12-28 22:03:03 +00:00
parent f368c0add9
commit 0c53d05598

View File

@ -99,6 +99,7 @@ vips_source_g_input_stream_build( VipsObject *object )
printf( "stream attributes:\n" );
for( i = 0; attributes[i]; i++ )
printf( "\t%s\n", attributes[i] );
g_strfreev( attributes );
}
#endif /*VIPS_DEBUG*/