Show
Ignore:
Timestamp:
11/06/09 17:18:49 (2 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/magick/memory.c

    r460 r543  
    547547    i; 
    548548 
     549  if (memory_semaphore == (SemaphoreInfo *) NULL) 
     550    AcquireSemaphoreInfo(&memory_semaphore); 
    549551  (void) LockSemaphoreInfo(memory_semaphore); 
    550552  (void) UnlockSemaphoreInfo(memory_semaphore);