+2010-09-28 6.6.4-8 Cristy <quetzlzacatenango@image...>
+ * Temporary files not always deleted (reference
+ http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=15960).
+
2010-09-27 6.6.4-8 Nicolas Robidoux <nicolas.robidoux@gmail...>
* Simplified the ClampUpAxes code, the use of its outputs, its
comments, and credited Craig DeForest for the "clamp singular values"
% %
% %
% %
-+ A s y n c h r o n o u s R e s o u r c e C o m p o n e n t T e r m i n u s %
+temporary_resource=DestroyString((char *) temporary_resource);
% %
% %
% %
static void *DestroyTemporaryResources(void *temporary_resource)
{
(void) remove((char *) temporary_resource);
+ temporary_resource=DestroyString((char *) temporary_resource);
return((void *) NULL);
}
# define TMP_MAX 238328
#endif
- char
- *resource;
-
int
c,
file;
temporary_resources=NewSplayTree(CompareSplayTreeString,
RelinquishMagickMemory,DestroyTemporaryResources);
UnlockSemaphoreInfo(resource_semaphore);
- resource=ConstantString(path);
- (void) AddValueToSplayTree(temporary_resources,resource,resource);
+ (void) AddValueToSplayTree(temporary_resources,ConstantString(path),
+ ConstantString(path));
return(file);
}
\f