--- psiconv/trunk/program/extra/rewrite.c 2003/12/13 23:26:37 180 +++ psiconv/trunk/program/extra/rewrite.c 2004/02/09 23:12:58 208 @@ -1,6 +1,6 @@ /* rewrite.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999 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 @@ -77,5 +77,6 @@ } fclose(fp); psiconv_buffer_free(buf); + psiconv_config_free(config); exit(0); }