commit | 01a3f33cc36862339a7f71ed7cac587f99cd6e38 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Tue Oct 27 14:17:37 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Tue Oct 27 14:17:37 2009 +0000 |
tree | d9f0b280840b27469362cbcea69eb8b3c5f361a6 | |
parent | 0c38ae55173384e633408067dc1a40d38dd9bd9c [diff] [blame] |
diff --git a/coders/raw.c b/coders/raw.c index 406ccc0..dfa92f4 100644 --- a/coders/raw.c +++ b/coders/raw.c
@@ -274,7 +274,7 @@ scene++; } while (count == (ssize_t) length); quantum_info=DestroyQuantumInfo(quantum_info); - InheritException(exception,&canvas_image->exception); + InheritException(&image->exception,&canvas_image->exception); canvas_image=DestroyImage(canvas_image); (void) CloseBlob(image); return(GetFirstImageInList(image));