From 65c88e9891ea2d856453248885a3376edadbd240 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 24 Jan 2014 14:15:27 +0000 Subject: [PATCH] --- MagickCore/property.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MagickCore/property.c b/MagickCore/property.c index a36dec0f0..3c3c0bedc 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -1559,6 +1559,8 @@ static MagickBooleanType GetICCProperty(const Image *image,const char *key, const StringInfo *profile; + magick_unreferenced(key); + profile=GetImageProfile(image,"icc"); if (profile == (StringInfo *) NULL) profile=GetImageProfile(image,"icm"); -- 2.40.0