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

ISSUE-4798: Memory leaks in TestSuite class #4799

Closed
wants to merge 3 commits into from

Commits on Oct 14, 2021

  1. ISSUE-4798: Memory leaks in TestSuite class

     - Do not store list of classes in property
      fix: sebastianbergmann#4798
    kandy committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    db53cc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. ISSUE-4798: Memory leaks in TestSuite class

     - use pointer to store defined classes state
    kandy committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    aae8ab9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. ISSUE-4798: Memory leaks in TestSuite class

     - remove unused imports
    kandy committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    bf80b0d View commit details
    Browse the repository at this point in the history