--- psiconv/trunk/lib/psiconv/parse_sheet.c 2001/06/30 20:36:53 119 +++ psiconv/trunk/lib/psiconv/parse_sheet.c 2001/07/01 12:01:59 120 @@ -666,6 +666,7 @@ goto ERROR2; if ((res = psiconv_list_add(*result,cell))) goto ERROR3; + free(cell); len += leng; } @@ -752,7 +753,7 @@ goto ERROR2; if ((res = psiconv_list_add(*result,worksheet))) goto ERROR3; - psiconv_free_sheet_worksheet(worksheet); + free(worksheet); } if (length)