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

Fix memory leak in SimpleDAFHitCollector #9043

Merged

Commits on May 11, 2015

  1. Add override keyword

    Dr15Jones committed May 11, 2015
    Configuration menu
    Copy the full SHA
    275277e View commit details
    Browse the repository at this point in the history
  2. Fixed memory leak in SimpleDAFHitCollector

    The new TrackingRecHit created from the call to rightdimension() was
    never deleted since SiTrackerMultiRecHitUpdator does not take ownership
    of the hits passed to it. Corrected the problem by using std::unique_ptr.
    Dr15Jones committed May 11, 2015
    Configuration menu
    Copy the full SHA
    72a2ce4 View commit details
    Browse the repository at this point in the history