commit | 6d421739ce4273c298da0124a4d3b9201d2eafd6 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Wed Jul 12 14:00:51 2023 -0700 |
committer | Ed Tanous <edtanous@google.com> | Wed Jul 12 14:02:07 2023 -0700 |
tree | 56807c1cdeecfda321a6dcd966a05dffae3061ca | |
parent | 40f769bb411f26b56442d676ae5010b44e84bd3b [diff] |
Zero initialize member variables The default constructor on this class does not zero initialize the variables, so add explicit zero initialization. Change-Id: Id0c1348ef6e17f974c900924fd7453aad51b5c15 Signed-off-by: Ed Tanous <edtanous@google.com>