From 514e9e77a37d27ed811aca06ea6c300bc06cc1f2 Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 20 Nov 2009 02:12:08 +0000 Subject: [PATCH] --- coders/png.c | 3 +- coders/tiff.c | 2 + index.html | 2 +- www/ImageMagickObject.html | 5 +- www/advanced-unix-installation.html | 4 +- www/advanced-windows-installation.html | 4 +- www/animate.html | 2 +- www/api.html | 44 ++++++------ www/api/animate.html | 2 +- www/api/annotate.html | 4 +- www/api/blob.html | 4 +- www/api/cache.html | 2 +- www/api/cipher.html | 4 +- www/api/color.html | 2 +- www/api/composite.html | 2 +- www/api/constitute.html | 2 +- www/api/decorate.html | 2 +- www/api/deprecate.html | 2 +- www/api/distort.html | 2 +- www/api/effect.html | 2 +- www/api/exception.html | 2 +- www/api/image.html | 2 +- www/api/layer.html | 2 +- www/api/list.html | 2 +- www/api/magick-deprecate.html | 2 +- www/api/magick-image.html | 4 +- www/api/magick-property.html | 2 +- www/api/magick.html | 2 +- www/api/memory.html | 2 +- www/api/module.html | 4 +- www/api/monitor.html | 2 +- www/api/montage.html | 2 +- www/api/paint.html | 4 +- www/api/pixel-iterator.html | 2 +- www/api/pixel-view.html | 2 +- www/api/profile.html | 4 +- www/api/property.html | 2 +- www/api/registry.html | 2 +- www/api/resize.html | 2 +- www/api/shear.html | 2 +- www/api/signature.html | 2 +- www/api/stream.html | 5 +- www/api/transform.html | 4 +- www/api/version.html | 2 +- www/architecture.html | 2 +- www/changelog.html | 5 +- www/cipher.html | 4 +- www/command-line-options.html | 2 +- www/command-line-processing.html | 2 +- www/command-line-tools.html | 6 +- www/compare.html | 2 +- www/composite.html | 4 +- www/conjure.html | 2 +- www/contact.html | 2 +- www/download.html | 4 +- www/escape.html | 2 +- www/examples.html | 6 +- www/exception.html | 2 +- www/fx.html | 4 +- www/high-dynamic-range.html | 4 +- www/history.html | 7 +- www/identify.html | 2 +- www/import.html | 2 +- www/index.html | 2 +- www/install-source.html | 2 +- www/license.html | 2 +- www/links.html | 99 +++++++++++++------------- www/magick-core.html | 2 +- www/magick-vector-graphics.html | 2 +- www/magick-wand.html | 4 +- www/mailing-list.html | 12 ++-- www/miff.html | 2 +- www/mirrors.html | 4 +- www/mogrify.html | 2 +- www/motion-picture.html | 2 +- www/perl-magick.html | 2 +- www/quantize.html | 4 +- www/resources.html | 4 +- www/sitemap.html | 50 ++++++------- www/sponsors.html | 4 +- www/stream.html | 5 +- www/subversion.html | 2 +- www/t-shirt.html | 2 +- 83 files changed, 218 insertions(+), 211 deletions(-) diff --git a/coders/png.c b/coders/png.c index 573619519..871c390ec 100644 --- a/coders/png.c +++ b/coders/png.c @@ -6004,7 +6004,8 @@ ModuleExport void UnregisterPNGImage(void) (void) UnregisterMagickInfo("PNG32"); (void) UnregisterMagickInfo("JNG"); #if defined(PNG_SETJMP_NOT_THREAD_SAFE) - DestroySemaphoreInfo(&png_semaphore); + if (png_semaphore != (SemaphoreInfo *) NULL) + DestroySemaphoreInfo(&png_semaphore); #endif } diff --git a/coders/tiff.c b/coders/tiff.c index 454095288..4acc42576 100644 --- a/coders/tiff.c +++ b/coders/tiff.c @@ -1784,6 +1784,8 @@ ModuleExport void UnregisterTIFFImage(void) (void) UnregisterMagickInfo("TIF"); (void) UnregisterMagickInfo("TIFF"); (void) UnregisterMagickInfo("TIFF64"); + if (tiff_semaphore == (SemaphoreInfo *) NULL) + tiff_semaphore=AllocateSemaphoreInfo(); (void) LockSemaphoreInfo(tiff_semaphore); if (instantiate_key != MagickFalse) if (MagickDeleteThreadKey(tiff_exception) == MagickFalse) diff --git a/index.html b/index.html index fdf128aa8..e43979d99 100644 --- a/index.html +++ b/index.html @@ -124,7 +124,7 @@
diff --git a/www/api/annotate.html b/www/api/annotate.html index 1666564d2..2fa4df951 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -124,7 +124,7 @@
diff --git a/www/api/blob.html b/www/api/blob.html index 5e22e8326..884f09f56 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -124,7 +124,7 @@
diff --git a/www/api/cache.html b/www/api/cache.html index 3e6e9769d..7df8a6415 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -124,7 +124,7 @@
diff --git a/www/api/constitute.html b/www/api/constitute.html index c135af6ea..9a905fd97 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -337,7 +337,7 @@ _8c.html" target="source" name="WriteImages">WriteImages Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/decorate.html b/www/api/decorate.html index 8092e9df8..11e849c82 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -240,7 +240,7 @@ _8c.html" target="source" name="RaiseImage">RaiseImage Discourse ServerMailing Lists • - Studio + Studio  
diff --git a/www/api/deprecate.html b/www/api/deprecate.html index 5ff617964..165d62c18 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -124,7 +124,7 @@