Kbase P183667: Garbage collection issue - circular referencing object references not getting cleaned
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/03/2011 |
|
Status: Unverified
SYMPTOM(s):
OOABL: Objects with circular references are not automatically garbage collected
class-based objects with a circular reference are not automatically destroyed.
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.2x
CAUSE:
This is the documented expected behavior. Automatic garbage collection is not supported for class-based objects with circular references.
FIX:
Use the DELETE OBJECT statement to manually remove circular references.