Changeset 535 for ImageMagick/trunk

Show
Ignore:
Timestamp:
11/05/09 10:16:03 (2 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ImageMagick/trunk/coders/jpeg.c

    r488 r535  
    929929      if (number_pixels != 0) 
    930930        return(GetFirstImageInList(image)); 
     931      InheritException(exception,&image->exception); 
    931932      return(DestroyImage(image)); 
    932933    }