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)
       {