Consultor Eletrônico



Kbase P129725: Memory leak using SAX-READER
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

Memory leak using SAX-READER

Memory footprint of client process increases

CAUSE:

Parser and Callback handles are not being deleted

FIX:

In order to manage memory resources, once the parse has completed, delete the objects that were created during the parse. Here is the syntax for doing the cleanup:

DELETE OBJECT hParser.
DELETE PROCEDURE hCallbacks.