Fix null ref thrown for CollectEventArgs
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()