Changeset 514 for ImageMagick/trunk/wand

Show
Ignore:
Timestamp:
11/02/09 09:34:36 (3 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/wand/wand.c

    r460 r514  
    114114WandExport void DestroyWandIds(void) 
    115115{ 
     116  if (wand_semaphore == (SemaphoreInfo *) NULL) 
     117    AcquireSemaphoreInfo(&wand_semaphore); 
    116118  (void) LockSemaphoreInfo(wand_semaphore); 
    117119  if (wand_ids != (SplayTreeInfo *) NULL)