Skip to content

Commit 2a7b9e6

Browse files
authored
Merge pull request #1218 from idubinov/codeagent/defect-1
Fix for uninitialized variable
2 parents 5075645 + 49a1a33 commit 2a7b9e6

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)