Changeset 514 for ImageMagick/trunk/wand
- Timestamp:
- 11/02/09 09:34:36 (3 weeks ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/wand/wand.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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)
