summaryrefslogtreecommitdiffstats
path: root/src/usr/sbe
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/sbe')
-rw-r--r--src/usr/sbe/sbe_update.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/sbe/sbe_update.C b/src/usr/sbe/sbe_update.C
index 52818337e..69ffaec84 100644
--- a/src/usr/sbe/sbe_update.C
+++ b/src/usr/sbe/sbe_update.C
@@ -1070,9 +1070,11 @@ namespace SBE
l_err = PNOR::getSectionInfo(PNOR::RINGOVD, l_pnorRingOvd);
if(l_err)
{
+ delete l_err;
+ l_err = NULL;
TRACFCOMP( g_trac_sbe,
ERR_MRK"ringOvd():Error trying to read RINGOVD "
- "from PNOR!");
+ "from PNOR. It is optional, continuing");
io_ovdImgSize = 0;
break;
}
OpenPOWER on IntegriCloud