--- psiconv/trunk/lib/psiconv/parse_common.c 2001/01/17 00:05:08 94 +++ psiconv/trunk/lib/psiconv/parse_common.c 2003/11/19 21:04:06 159 @@ -25,6 +25,11 @@ #include "parse_routines.h" #include "error.h" +#ifdef DMALLOC +#include +#endif + + static int psiconv_parse_layout_section(const psiconv_buffer buf, int lev,psiconv_u32 off, int *length, @@ -711,6 +716,7 @@ psiconv_debug(lev+3,off+len,"Can't read element!"); } else { total ++; + in_line.object = NULL; if (!(in_line.layout = psiconv_clone_character_layout (para->base_character))) goto ERROR4;