Skip to content

Fix null ref thrown for CollectEventArgs

Mateusz Brawański requested to merge github/fork/Neuheit/patch/621 into master

Created by: Neuheit

Summary

Fixes #621 (closed).

Details

This adds a null check at the bottom of NullCheck.Dispose() to prevent Clear() from being called if null when the global timeout is called.

Changes proposed

  • Adds null check in CollectRequest.Dispose()

Merge request reports

Loading