v02-12-02
v02-12-02
- 2022-11-23 Thomas Madlener (PR#62)
- Make sure that the
_histos
pointer is at least initialized to anullptr
to avoid a spurious seg fault when trying to delete it uninitialized.
- Make sure that the
_histos
pointer is at least initialized to a nullptr
to avoid a spurious seg fault when trying to delete it uninitialized.