Skip to content

Commit 06139c8

Browse files
committed
tst: init block_ (coverity UNINIT_CTOR)
Signed-off-by: Matt Liberty <[email protected]>
1 parent 96c22f8 commit 06139c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tst/include/tst/IntegratedFixture.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class IntegratedFixture : public tst::Fixture
3636

3737
protected:
3838
odb::dbLib* lib_;
39-
odb::dbBlock* block_;
39+
odb::dbBlock* block_{nullptr};
4040
sta::dbNetwork* db_network_;
4141

4242
stt::SteinerTreeBuilder stt_;

0 commit comments

Comments
 (0)