The validator belongs to the parser object, which will clean it up.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
"Ran Gilboa" <[EMAIL PROTECTED]> on 12/28/99 01:08:13 AM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc:
Subject: memory allocation
Hi
In the samples there is memory allocation for example
In the EnumVal sapmple you allocate DTDValidator
DTDValidator* valToUse = new DTDValidator;
Where do you release this memory?
Some files from the sample section does not exist
The files are: DOMMemTest.cpp, DTest.cpp and DTest.h
Ran gilboa