Searched refs:clone_exception (Results 1 – 1 of 1) sorted by relevance
261 *clone_exception; in CloneExceptionInfo() local263 clone_exception=(ExceptionInfo *) AcquireCriticalMemory(sizeof(*exception)); in CloneExceptionInfo()264 InitializeExceptionInfo(clone_exception); in CloneExceptionInfo()265 InheritException(clone_exception,exception); in CloneExceptionInfo()266 clone_exception->relinquish=MagickTrue; in CloneExceptionInfo()267 return(clone_exception); in CloneExceptionInfo()