Skip to content

Fix potential memory leak in termination of the job.

Mark Sutton requested to merge sutt/athena:leex into 22.0

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 by Mark Sutton

Merge request reports