issues
search
iLCSoft
/
MarlinTrkProcessors
Collection of Tracking Relelated Processors Based on MarlinTrk
GNU General Public License v3.0
1
stars
28
forks
source link
Intialize potentially unused pointer to avoid seg faults
#62
Closed
tmadlener
closed
2 years ago
tmadlener
commented
2 years ago
BEGINRELEASENOTES
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.
ENDRELEASENOTES
BEGINRELEASENOTES
_histos
pointer is at least initialized to anullptr
to avoid a spurious seg fault when trying to delete it uninitialized.ENDRELEASENOTES