For those who still use Crystal Reports (I know it's marked "Obsolete"),

cCrystal.pkg, inside Procedure LoadSubreports, objects are getting created dynamically but they never got destroyed. Namely, these

Code:
        Get Create U_cCrystalArea to hoArea
        Get Create U_cCrystalSections to hoSections
        Get Create U_cCrystalSection to hoSection
        Get Create U_cCrystalReportObjects to hoReportObjs
        Get Create U_cCrystalSubreportObject to hoTemp // temp subreport object to test ComKind
Frank Cheng