X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Fcharset-converter.cpp;h=70c67433507e3fe5d71a0a88089adf6ac1b4ee52;hp=04457082669206366ea972760842321e857d0ef1;hb=acf534916169e14e2c33c9edb1b8a6f6c30c836c;hpb=d7f41f16caf965adb1a5ffcdaa937787dfcc030a diff --git a/src/charset-converter.cpp b/src/charset-converter.cpp index 0445708..70c6743 100644 --- a/src/charset-converter.cpp +++ b/src/charset-converter.cpp @@ -1,7 +1,7 @@ -/* $Id: charset-converter.cpp,v 1.4 2005-06-25 15:58:33 adam Exp $ - Copyright (c) 1998-2005, Index Data. +/* $Id: charset-converter.cpp,v 1.6 2007-03-20 07:54:27 adam Exp $ + Copyright (c) 1998-2006, Index Data. -This file is part of the yaz-proxy. +This file is part of the yazproxy. YAZ proxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -33,7 +33,7 @@ Yaz_CharsetConverter::Yaz_CharsetConverter() Yaz_CharsetConverter::~Yaz_CharsetConverter() { - wrbuf_free(m_wrbuf, 1); + wrbuf_destroy(m_wrbuf); xfree(m_target_query_charset); xfree(m_client_query_charset); }