ref error in im_system_image() wrapper
This commit is contained in:
parent
ce5a01290d
commit
667087603a
@ -1793,6 +1793,10 @@ im_system_image( VipsImage *im,
|
|||||||
array = (VipsImage **) area->data;
|
array = (VipsImage **) area->data;
|
||||||
array[0] = im;
|
array[0] = im;
|
||||||
|
|
||||||
|
/* im will be unreffed when area is unreffed.
|
||||||
|
*/
|
||||||
|
g_object_ref( im );
|
||||||
|
|
||||||
if( vips_system( cmd_format,
|
if( vips_system( cmd_format,
|
||||||
"in", area,
|
"in", area,
|
||||||
"out", &out,
|
"out", &out,
|
||||||
@ -1808,6 +1812,8 @@ im_system_image( VipsImage *im,
|
|||||||
|
|
||||||
if( log )
|
if( log )
|
||||||
*log = str;
|
*log = str;
|
||||||
|
else
|
||||||
|
g_free( str );
|
||||||
|
|
||||||
return( out );
|
return( out );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user