Commit cfa749d83 for imagemagick.org

commit cfa749d8328cb137626de5cdd99832c85a3e1bb0
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Fri Feb 13 18:36:35 2026 -0500

    cosmetic

diff --git a/coders/msl.c b/coders/msl.c
index 8f6c14264..e93700264 100644
--- a/coders/msl.c
+++ b/coders/msl.c
@@ -7437,7 +7437,7 @@ static MagickBooleanType ProcessMSLScript(const ImageInfo *image_info,
   /* the first slot is used to point to the MSL file image */
   *msl_info.image=msl_image;
   if (*image != (Image *) NULL)
-    MSLPushImage(&msl_info,CloneImage(*image,0,0,MagickTrue,exception));
+    MSLPushImage(&msl_info,*image);
   xmlInitParser();
   /*
     TODO: Upgrade to SAX version 2 (startElementNs/endElementNs)