oop double free() in system_image on error

This commit is contained in:
John Cupitt 2011-06-15 22:17:08 +01:00
parent 5efdcd9b76
commit f85c36edee
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ system_image_vec( im_object *argv )
if( !(out_image = im_system_image( in,
in_format, out_format, cmd, log )) ) {
im_error( "im_system_image", "%s", *log );
im_free( *log );
return( -1 );
}