--- psiconv/trunk/lib/psiconv/data.c 2002/01/29 18:38:38 142 +++ psiconv/trunk/lib/psiconv/data.c 2002/01/29 18:47:26 143 @@ -444,6 +444,7 @@ psiconv_free_word_style(styles->normal); if (styles->styles) psiconv_list_free_el(styles->styles,psiconv_free_style_aux); + free(styles); } }