Skip to content

Commit 0322b61

Browse files
authored
Merge pull request #4744 from telefonicaid/checkvalgrind-on-4.4.0
Valgrind regression for 4.4.0 (+fix)
2 parents b0d07b4 + 2518782 commit 0322b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ngsiNotify/Notifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ static SenderThreadParams* buildSenderParamsCustom
641641
//
642642
std::string protocol;
643643
std::string host;
644-
int port;
644+
int port = 0;
645645
std::string uriPath;
646646
std::string cleanBrokers; // FIXME #4705: host/port/cleanBrokers should be unified into connString or similar
647647

0 commit comments

Comments
 (0)