Three fairly trivial null initializations to avoid Valgrind complaints.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Updated according to Bjorns suggestions: added TiedTo initializations and made bool args initialize to false instead of 0.
Comment Actions
If MSan doesn't complain about these, I'm inclined to leave them uninitialized. I'm not sure how valuable it is to workaround valgrind false-positives.
If MSan does complain, that's a different matter...
I think it would look nicer if all these bools were initialized to false instead of 0.