From a605e85c3a75013a837c9b93d5f22c319ea45788 Mon Sep 17 00:00:00 2001 From: Jan Fiete Date: Wed, 24 Nov 2021 18:36:29 +0100 Subject: [PATCH] Update handleParamTPCBetheBloch.cxx --- Common/Tools/handleParamTPCBetheBloch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/Tools/handleParamTPCBetheBloch.cxx b/Common/Tools/handleParamTPCBetheBloch.cxx index eadacceffb2..5d5b5a49c24 100644 --- a/Common/Tools/handleParamTPCBetheBloch.cxx +++ b/Common/Tools/handleParamTPCBetheBloch.cxx @@ -78,7 +78,7 @@ int main(int argc, char* argv[]) const unsigned int mode = vm["mode"].as(); const std::string path = vm["ccdb-path"].as(); std::map metadata; - std::map* headers; + std::map* headers = nullptr; o2::ccdb::CcdbApi api; const std::string url = vm["url"].as(); api.init(url);