From c36fdf0ab54d1ebbbbf528c8ba6fdaf2ebdfdec0 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Thu, 29 Aug 2024 22:14:35 +0200 Subject: [PATCH] More build fixes. --- coders/clipboard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coders/clipboard.c b/coders/clipboard.c index bec5ca2e61..00eed0166f 100644 --- a/coders/clipboard.c +++ b/coders/clipboard.c @@ -204,6 +204,8 @@ static Image *ReadCLIPBOARDImage(const ImageInfo *image_info, clip_data=RelinquishMagickMemory(clip_data); return(image); #else /* MAGICKCORE_WINGDI32_DELEGATE */ + magick_unreferenced(image_info); + magick_unreferenced(exception); return((Image *) NULL); #endif }