This commit is contained in:
John Cupitt 2008-07-07 10:13:45 +00:00
parent 8f3f0a8ef6
commit f7c11c9722
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ im_close( IMAGE *im )
im->close_pending = 1;
}
else if( !im->closing )
else if( !im->closing ) {
/* Is this descriptor currently being closed somewhere else?
* This prevents infinite descent if a close callback
* includes an im_close for this image.