From: Peter Howkins Date: Sat, 11 Aug 2018 00:05:01 +0000 (+0100) Subject: libDtHelp: Cov 88262 and 88459 X-Git-Tag: 2.3.0a~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5571bbceae776af2b0da268dba488de23a04acdc;p=oweals%2Fcde.git libDtHelp: Cov 88262 and 88459 --- 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 */