--- psiconv/trunk/lib/psiconv/generate_common.c 2004/01/06 20:15:01 184 +++ psiconv/trunk/lib/psiconv/generate_common.c 2004/02/09 23:12:58 208 @@ -1,6 +1,6 @@ /* generate_common.c - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 2000 Frodo Looijaard + Copyright (c) 2000-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 @@ -525,6 +525,7 @@ goto ERROR2; if ((res = psiconv_buffer_concat(buf,extra_buf))) goto ERROR2; + psiconv_buffer_free(extra_buf); return 0;