Changeset 11614

Show
Ignore:
Timestamp:
07/12/08 15:25:07 (8 weeks ago)
Author:
cristy
Message:
 
Files:
1 modified

Legend:

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

    r11464 r11614  
    910910      image->type=BilevelType; 
    911911 
     912    if(image2==image) 
     913        image2 = NULL;    /* Remove shadow copy to an image before rotation. */ 
     914 
    912915      /*  Rotate image. */ 
    913916    rotated_image = RotateImage(image, 90.0, exception); 
     
    931934      if(image2!=image) 
    932935      { 
    933         /* DeleteImageFromList(&image2); */ 
     936        DeleteImageFromList(&image2);  
    934937        if(clone_info) 
    935938        {