Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 162
    • Merge requests 162
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !57497

Fix potential memory leak in termination of the job.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Sutton requested to merge sutt/athena:leex into 22.0 Oct 13, 2022
  • Overview 5
  • Commits 1
  • Pipelines 1
  • Changes 1

The moniotring class was allocating an analysis object which was used as normal, but it was explicitlyt cleaning up at the end, and was leaving it to the default garbage collection. This should heva been harmless, but this fix potentially corrects that, although it may introduce other errors if initialise needs to be called again.

Potentially fixes part of ATR-26313

Edited Oct 13, 2022 by Mark Sutton
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: leex