--- psiconv/trunk/lib/psiconv/data.c 2004/01/06 20:15:01 184 +++ psiconv/trunk/lib/psiconv/data.c 2004/02/09 23:12:58 208 @@ -1,6 +1,6 @@ /* data.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 @@ -895,7 +895,7 @@ void psiconv_free_clipart_section_aux(void *section) { if (section) - free(((psiconv_clipart_section ) section)->picture); + psiconv_free_paint_data_section(((psiconv_clipart_section) section)->picture); } void psiconv_free_clipart_section(psiconv_clipart_section section)