From: cristy Date: Fri, 24 Jan 2014 14:15:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65c88e9891ea2d856453248885a3376edadbd240;p=imagemagick --- 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");