Changeset 543 for ImageMagick/trunk
- Timestamp:
- 11/06/09 17:18:49 (2 weeks ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/magick/memory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/magick/memory.c
r460 r543 547 547 i; 548 548 549 if (memory_semaphore == (SemaphoreInfo *) NULL) 550 AcquireSemaphoreInfo(&memory_semaphore); 549 551 (void) LockSemaphoreInfo(memory_semaphore); 550 552 (void) UnlockSemaphoreInfo(memory_semaphore);
