From: cristy Date: Fri, 13 Jun 2014 18:35:43 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=732d7849f114281314c3a287a1ed131add137764;p=imagemagick --- diff --git a/MagickCore/locale.c b/MagickCore/locale.c index 44c7b1256..c0111e535 100644 --- a/MagickCore/locale.c +++ b/MagickCore/locale.c @@ -849,8 +849,8 @@ MagickExport LinkedListInfo *GetLocaleOptions(const char *filename, xml=AcquireStringInfo(0); SetStringInfoLength(xml,strlen(blob)+1); SetStringInfoDatum(xml,(const unsigned char *) blob); + blob=(char *) RelinquishMagickMemory(blob); SetStringInfoPath(xml,filename); - blob=(char *)RelinquishMagickMemory(blob); (void) AppendValueToLinkedList(messages,xml); } }