From: cristy Date: Tue, 9 Sep 2014 23:02:00 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a191059abf8e98c9fda1638d1aac63b22bae411f;p=imagemagick --- diff --git a/MagickCore/option.c b/MagickCore/option.c index fb97b8bbe..0fb8f49ff 100644 --- a/MagickCore/option.c +++ b/MagickCore/option.c @@ -1790,7 +1790,7 @@ MagickExport MagickBooleanType CloneImageOptions(ImageInfo *image_info, % */ MagickPrivate MagickBooleanType CommandComponentGenesis(void) -{ +{ if (command_semaphore == (SemaphoreInfo *) NULL) command_semaphore=AcquireSemaphoreInfo(); return(MagickTrue);