--- psiconv/trunk/lib/psiconv/parse_driver.c 2004/02/04 12:19:09 196 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2004/02/09 23:12:58 208 @@ -136,6 +136,7 @@ goto ERROR4; if ((res = psiconv_list_add((*result)->sections,clipart))) goto ERROR5; + free(clipart); } psiconv_free_jumptable_section(table); @@ -201,6 +202,7 @@ goto ERROR4; if ((res = psiconv_list_add((*result)->sections,paint))) goto ERROR5; + free(paint); } psiconv_free_jumptable_section(table);