commit | ea1a8aa04a9fe1500104284407c1cc06d20da699 | [log] [tgz] |
---|---|---|
author | cristy <[email protected]> | Thu Oct 20 13:24:06 2011 +0000 |
committer | cristy <[email protected]> | Thu Oct 20 13:24:06 2011 +0000 |
tree | e3a7f66eafbc3dc0e903a28bf0ff726eac660f64 | |
parent | 170fce9acc4e233bbb9cbb0061f4ce8e41084277 [diff] [blame] |
diff --git a/coders/tim.c b/coders/tim.c index 3e49e9d..9fbfc36 100644 --- a/coders/tim.c +++ b/coders/tim.c
@@ -382,7 +382,7 @@ ThrowReaderException(CorruptImageError,"ImproperImageHeader"); } if (image->storage_class == PseudoClass) - (void) SyncImage(image); + (void) SyncImage(image,exception); tim_pixels=(unsigned char *) RelinquishMagickMemory(tim_pixels); if (EOFBlob(image) != MagickFalse) {