diff --git "a/C:\\Users\\dev23\\AppData\\Local\\Temp\\TortoiseGit\\JvDE20B.tmp\\JvDebugHandler-8b6e209-left.pas" "b/C:\\COMPS\\jvcl_git\\jvcl\\run\\JvDebugHandler.pas"
index 9a11504..9d2ffa7 100644
--- "a/C:\\Users\\dev23\\AppData\\Local\\Temp\\TortoiseGit\\JvDE20B.tmp\\JvDebugHandler-8b6e209-left.pas"
+++ "b/C:\\COMPS\\jvcl_git\\jvcl\\run\\JvDebugHandler.pas"
@@ -308,7 +308,7 @@ begin
       else
         Application.ShowException(Exception(ExceptObj));
     finally
-      ExceptionStringList.Free;
+      FreeAndNil(ExceptionStringList);
     end;
   end;
 end;
