Skip to content

Commit 45cd5ab

Browse files
author
Cristy
committed
cosmetic
1 parent 5de7f32 commit 45cd5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coders/msl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7903,7 +7903,7 @@ static MagickBooleanType ProcessMSLScript(const ImageInfo *image_info,
79037903
/* the first slot is used to point to the MSL file image */
79047904
*msl_info.image=msl_image;
79057905
if (*image != (Image *) NULL)
7906-
MSLPushImage(&msl_info,CloneImage(*image,0,0,MagickTrue,exception));
7906+
MSLPushImage(&msl_info,*image);
79077907
*image=(Image *) NULL;
79087908
xmlInitParser();
79097909
(void) memset(&sax_modules,0,sizeof(sax_modules));

0 commit comments

Comments
 (0)