Skip to content

Commit 49a1a33

Browse files
committed
Fix for uninitialized variable
1 parent 5075645 commit 49a1a33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ctl/ctl_api.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ class CtlTest : public ::testing::Test {
7474
const char *msg;
7575
};
7676

77+
CtlTest() : provider(NULL), pool(NULL) {}
78+
7779
void SetUp() override {
7880
provider = NULL;
7981
pool = NULL;

0 commit comments

Comments
 (0)