Skip to content

Fix detector motion counts being inserted into monitor object too early

The details object was being pushed into the detector_motion_count property of the monitor object before all the possible conditions that could result in an abort and return of the execution path. The result was an ever growing list of motion details that would eventually cause an Out Of Memory.

Merge request reports