--- psiconv/trunk/lib/psiconv/parse_page.c 2001/03/06 23:59:46 111 +++ psiconv/trunk/lib/psiconv/parse_page.c 2002/01/29 18:38:38 142 @@ -26,6 +26,11 @@ #include "parse_routines.h" #include "error.h" +#ifdef DMALLOC +#include +#endif + + int psiconv_parse_page_header(const psiconv_buffer buf,int lev,psiconv_u32 off, int *length,psiconv_page_header *result) { @@ -105,6 +110,8 @@ (*result)->base_paragraph_layout))) goto ERROR4; len += leng; + } else { + (*result)->text = NULL; } if (length)