From 5571bbceae776af2b0da268dba488de23a04acdc Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Sat, 11 Aug 2018 01:05:01 +0100 Subject: [PATCH] libDtHelp: Cov 88262 and 88459 --- cde/lib/DtHelp/Graphics.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cde/lib/DtHelp/Graphics.c b/cde/lib/DtHelp/Graphics.c index 62251681..7f79a4ee 100644 --- a/cde/lib/DtHelp/Graphics.c +++ b/cde/lib/DtHelp/Graphics.c @@ -2441,11 +2441,11 @@ _DtHelpProcessGraphic( else if (*ptr == 'B' || *ptr == 'b') ForceColor = _DtGrBITONAL; } - - free (xrmName); - free (xrmClass); } + free (xrmName); + free (xrmClass); + /* * choose the correct visual type to use */ -- 2.25.1