only delete table entry if not nullptr #710

Merged
gaisser merged 3 commits from eive/fsfw:mueller/health_helper_bugfix into development 2022-11-21 16:24:16 +01:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit f8c07ec9cf - Show all commits

View File

@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Fixes
- Only delete health table entry in `HealthHelper` destructor if
health table was set.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/710/files
- I2C Bugfixes: Do not keep iterator as member and fix some incorrect handling with the iterator.
Also properly reset the reply size for successfull transfers and erroneous transfers.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/700