Consultor Eletrônico



Kbase P121950: What code constructs use memory which must be explicitly released?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2007
Status: Unverified

GOAL:

What code constructs use memory which must be explicitly released?

FIX:

Any dynamic object which is instantiated by a create statement must be explicitly destroyed to release its memory.

This includes but is not limited to:
Any graphic widget
browse
window
button

Any dynamic widget
dynamic temp-tables
dynamic buffer
datasets
memptr
handle
server
query