Index: JvValidators.pas
===================================================================
--- JvValidators.pas	(revision 10868)
+++ JvValidators.pas	(working copy)
@@ -728,6 +728,7 @@
         for I := 0 to Controls.Count - 1 do
           FErrorIndicator.SetError(Controls[I], ''); // clear error indicator
     finally
+      if FErrorIndicator <> nil then
       FErrorIndicator.EndUpdate;
       Controls.Free;
     end;
