summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/hdatservice.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/runtime/hdatservice.C b/src/usr/runtime/hdatservice.C
index 154a588ce..88d417c38 100644
--- a/src/usr/runtime/hdatservice.C
+++ b/src/usr/runtime/hdatservice.C
@@ -1136,8 +1136,8 @@ errlHndl_t hdatService::findSpira( void )
}
} while(0);
- if( errhdl_s ) { delete errhdl_s; }
- if( errhdl_l ) { delete errhdl_l; }
+ if( errhdl_s ) { delete errhdl_s; errhdl_s = nullptr;}
+ if( errhdl_l ) { delete errhdl_l; errhdl_l = nullptr; }
return errhdl;
}
OpenPOWER on IntegriCloud