X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Fcharset-converter.cpp;h=70c67433507e3fe5d71a0a88089adf6ac1b4ee52;hp=4dc26fedb934764a769d587666da75291f8cdff5;hb=6d0a5f50ed33c05340ef90443e5fcb2bfa61d585;hpb=dbb2a72511f379008a3ac4f4701029e6f0ee3b7e diff --git a/src/charset-converter.cpp b/src/charset-converter.cpp index 4dc26fe..70c6743 100644 --- a/src/charset-converter.cpp +++ b/src/charset-converter.cpp @@ -1,4 +1,4 @@ -/* $Id: charset-converter.cpp,v 1.5 2006-03-30 10:31:48 adam Exp $ +/* $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 yazproxy. @@ -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); }