Skip to content

Fixes to JepJemMonitorAlgorithm

Peter Onyisi requested to merge ponyisi/athena:master-dq-valgrind into master

Hopefully fix errors flagged by valgrind. This algorithm had some significant problems (dangling references, using uninitialized struct members, etc.) and really should be reviewed to make sure it actually does what the authors expect. But at least it shouldn't give irreproducible behavior now.

Merge request reports