]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 19 Mar 2014 21:57:49 +0000 (21:57 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 19 Mar 2014 21:57:49 +0000 (21:57 +0000)
MagickCore/delegate.c
MagickCore/type.c

index 302cdef0c1672026aab79128a62fafa52eded525..927401590aee91ace83a4d781e666d23fc009974 100644 (file)
@@ -265,7 +265,7 @@ static void *DestroyDelegate(void *delegate_info)
   if (p->commands != (char *) NULL)
     p->commands=DestroyString(p->commands);
   if (p->semaphore != (SemaphoreInfo *) NULL)
-    p->semaphore=RelinquishSemaphoreInfo(&p->semaphore);
+    RelinquishSemaphoreInfo(&p->semaphore);
   p=(DelegateInfo *) RelinquishMagickMemory(p);
   return((void *) NULL);
 }
index b1197b8b954508536965543b7650105a203c6818..f968d4c1ff89043bc8851c6ca9b421354afc8812 100644 (file)
@@ -95,7 +95,7 @@
 #endif
 #endif
 #if defined(MAGICKCORE_WINDOWS_SUPPORT)
-# include "magick/nt-feature.h"
+# include "MagickCore/nt-feature.h"
 #endif
 \f
 /*