From b69319e43c22df4b0ee3ee3288e475a2e045c7db Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sat, 11 Aug 2018 00:25:20 +0100 Subject: [PATCH] libDtHelp: Cov 88839 --- cde/lib/DtHelp/Format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/lib/DtHelp/Format.c b/cde/lib/DtHelp/Format.c index 00f4e569..b9d02df0 100644 --- a/cde/lib/DtHelp/Format.c +++ b/cde/lib/DtHelp/Format.c @@ -1045,7 +1045,7 @@ _DtHelpFormatTopic( _DtHelpCeLockInfo lockInfo; _FrmtUiInfo myUiInfo = defUiInfo; DtHelpDispAreaStruct *pDAS = (DtHelpDispAreaStruct *) client_data; - _DtCvTopicInfo *topic; + _DtCvTopicInfo *topic = NULL; if (_DtHelpCeLockVolume(volume, &lockInfo) != 0) return -1; -- 2.25.1