


Hey,
I have " leak memory " in my Java application (Stand alone).
I suspect that this leak caused by xerces DomParser.
i reached to this conculsion after using in Jprobe as a memory debuger.
Does any one has a similar problem?
Thank you.
code:
DOMParser parser = new DOMParser();
...
parser.parse(new InputSource(new FileInputStream(schemaFile)));
