--- psiconv/trunk/lib/psiconv/parse_word.c 2002/01/29 18:38:38 142 +++ psiconv/trunk/lib/psiconv/parse_word.c 2003/06/16 17:48:39 151 @@ -274,7 +274,7 @@ if (!(style = malloc(sizeof(*style)))) goto ERROR5; style->hotkey = 0; - if (!(psiconv_list_add((*result)->styles,style))) { + if (psiconv_list_add((*result)->styles,style)) { free(style); goto ERROR5; }