Skip to content

Prevent inadvertently writing config when destroying SensorFaceController

Arjen Hiemstra requested to merge work/ahiemstra/configsave into master

In certain cases, we may end up with a dirty config which we do not want to store. So explicitly cleanup the config objects before destruction to prevent them from being written.

BUG:428970

Merge request reports