ECN-WB940 Font and bitmap handles that are auto-created

Type of Change: Enhancement

Product: AcuBench

Module: Acubench.exe

New Version: 10.0

Machines Affected: All

Description of enhancement:

Many situations cause AcuBench to generate code that loads a bitmap or creates a font. In order to not leak resources, it was necessary for the COBOL programmer to hand-code lines that will destroy these handles. Now, AcuBench generates and performs paragraphs that destroy any fonts it created or bitmaps it loaded, when a program exits.