Hey, I was using memprof on my ob3_headlines program to see if there were any leaks. When using parse_close() there were, but if I used xmlFreeDoc() instead, everything was ok. There's nothing using parse_close() in the openbox, just xmlFreeDoc(). Not sure if I'm missing something or maybe I just don't understand what parse_close() is for. Mike