Show
Ignore:
Timestamp:
10/25/09 13:36:03 (5 months ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/utilities/composite.c

    r451 r455  
    6060int main(int argc,char **argv) 
    6161{ 
    62   char 
    63     *metadata; 
    64  
    6562  ExceptionInfo 
    6663    *exception; 
     
    7572  exception=AcquireExceptionInfo(); 
    7673  image_info=AcquireImageInfo(); 
    77   metadata=(char *) NULL; 
    7874  status=MagickCommandGenesis(image_info,CompositeImageCommand,argc,argv, 
    79     &metadata,exception); 
    80   if (metadata != (char *) NULL) 
    81     metadata=DestroyString(metadata); 
     75    (char **) NULL,exception); 
    8276  image_info=DestroyImageInfo(image_info); 
    8377  exception=DestroyExceptionInfo(exception);