Skip to content

Commit

Permalink
Merge pull request #18398 from kenrowland/HPCC-30824
Browse files Browse the repository at this point in the history
HPCC-30824 Coverity scan reported new defects related to ws_cloud_esp

Reviewed-By: Terrence Asselin <terrence.asselin@lexisnexisrisk.com>
Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
  • Loading branch information
ghalliday authored Mar 14, 2024
2 parents 75e902c + fb21f94 commit af4bdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/hidl/hidlcomp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5980,7 +5980,7 @@ void EspServInfo::write_esp_service_ipp()
outf("\timplements IEsp%s\n", name_);
outs("{\n");
outs("private:\n");
outs("\tIEspContainer* m_container;\n");
outs("\tIEspContainer* m_container = nullptr;\n");
outs("public:\n");
outs("\tIMPLEMENT_IINTERFACE;\n\n");
outf("\tC%s(){}\n\tvirtual ~C%s(){}\n", name_, name_);
Expand Down

0 comments on commit af4bdfd

Please sign in to comment.