};
char
- client_name[MagickPathExtent],
- *metadata;
+ client_name[MagickPathExtent];
ExceptionInfo
*exception;
}
i%=(sizeof(MagickCommands)/sizeof(MagickCommands[0]));
}
- metadata=(char *) NULL;
status=MagickCommandGenesis(image_info,MagickCommands[i].command,argc,argv,
- &metadata,exception);
- if (metadata != (char *) NULL)
- {
- (void) fputs(metadata,stdout);
- metadata=DestroyString(metadata);
- }
+ (char **) NULL,exception);
image_info=DestroyImageInfo(image_info);
exception=DestroyExceptionInfo(exception);
MagickCoreTerminus();