From: cristy Date: Sun, 15 Jun 2014 11:21:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f135cd6da2ad8e3998222124b0a36ecaef8386c8;p=imagemagick --- diff --git a/MagickCore/exception.c b/MagickCore/exception.c index f6d9e57e6..0016bfc6c 100644 --- a/MagickCore/exception.c +++ b/MagickCore/exception.c @@ -158,7 +158,7 @@ MagickExport void ClearMagickException(ExceptionInfo *exception) return; LockSemaphoreInfo(exception->semaphore); ClearLinkedList((LinkedListInfo *) exception->exceptions, - DestroyExceptionElement); + DestroyExceptionElement); exception->severity=UndefinedException; exception->reason=(char *) NULL; exception->description=(char *) NULL;