Changeset 514
- Timestamp:
- 11/02/09 09:34:36 (3 weeks ago)
- Location:
- ImageMagick/trunk
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
wand/wand.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/ChangeLog
r513 r514 1 1 2009-11-01 6.5.7-4 Cristy <quetzlzacatenango@image...> 2 2 * Use -define delegate:bimodal=true to activate any bimodal delegates. 3 * Make sure MagickWand semaphore is acquired before locking it. 3 4 4 5 2009-10-28 6.5.7-3 Cristy <quetzlzacatenango@image...> -
ImageMagick/trunk/wand/wand.c
r460 r514 114 114 WandExport void DestroyWandIds(void) 115 115 { 116 if (wand_semaphore == (SemaphoreInfo *) NULL) 117 AcquireSemaphoreInfo(&wand_semaphore); 116 118 (void) LockSemaphoreInfo(wand_semaphore); 117 119 if (wand_ids != (SplayTreeInfo *) NULL)
