On Fri, 23 Nov 2001 11:57:55 +0200, Pat O'Neil wrote:

>       I have found no documentation that describes deleting a DOM_Node (and
>possibly its children) from the heap.  Have I missed reviewing a piece of
>sample code, or should I try grabbing pointers and deleting them, or a third
>more intelligent alternative that I cannot fathom?

DOM_Node node;
...
node = 0; // free all memory associated with node





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to