diff --git a/Applications/ApplicationsLib/ProjectData.h b/Applications/ApplicationsLib/ProjectData.h index b82617dcd232ea7509cc34499df7431c088313a8..7fee59d651509ce2f84fb55852ae1a4c991b795a 100644 --- a/Applications/ApplicationsLib/ProjectData.h +++ b/Applications/ApplicationsLib/ProjectData.h @@ -107,6 +107,10 @@ public: ERR("Unknown process type: %s\n", type.c_str()); } } + + // process configs are not needed anymore, so clear the storage + // in order to trigger config tree checks + _process_configs.clear(); } /// Iterator access for processes.