--- psiconv/trunk/lib/psiconv/parse_driver.c 2004/01/06 20:15:01 184 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2004/02/09 23:12:58 208 @@ -1,6 +1,6 @@ /* parse_driver.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999, 2000 Frodo Looijaard + Copyright (c) 1999-2004 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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);