Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pixel Validation - Tracking Particle code fix. #21084

Merged

Commits on Oct 30, 2017

  1. Resolved a long standing bug where trackIdToHitPtr_ in tracking parti…

    …cle pixel validation code would continue to contain stale pointers from old events without being cleared. Solution, removed as a member data and just have it as a local variable.
    Alexander committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    84b07aa View commit details
    Browse the repository at this point in the history
  2. Added code style fixes.

    Alexander committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    08e504e View commit details
    Browse the repository at this point in the history