From b41aaa213ff0b9efbd83c0ab3da1bc0d9c402178 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:32:13 +0000 Subject: [PATCH 1/2] Initial plan From b1449054ad56ee398572bc86a818e97fc5a7d69c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:33:40 +0000 Subject: [PATCH 2/2] Fix inconsistent indentation in rfc_xconf_handler.cpp lines 1990 and 2001 Co-authored-by: Vismalskumar0 <188226757+Vismalskumar0@users.noreply.github.com> --- rfcMgr/rfc_xconf_handler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfcMgr/rfc_xconf_handler.cpp b/rfcMgr/rfc_xconf_handler.cpp index 063c44b0..0530bf99 100644 --- a/rfcMgr/rfc_xconf_handler.cpp +++ b/rfcMgr/rfc_xconf_handler.cpp @@ -1987,7 +1987,7 @@ int RuntimeFeatureControlProcessor::DownloadRuntimeFeatutres(DownloadData *pDwnL } if(file_dwnl.hashData != nullptr) { - if(file_dwnl.hashData->hashvalue != nullptr) + if(file_dwnl.hashData->hashvalue != nullptr) { free(file_dwnl.hashData->hashvalue); file_dwnl.hashData->hashvalue = nullptr; @@ -1998,7 +1998,7 @@ int RuntimeFeatureControlProcessor::DownloadRuntimeFeatutres(DownloadData *pDwnL file_dwnl.hashData->hashtime = nullptr; } free(file_dwnl.hashData); - file_dwnl.hashData = nullptr; + file_dwnl.hashData = nullptr; } if (_url_validation_in_progress)