X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Fbenchindex1.c;h=e0de99dbc657a731cc87552c93a4e2e96f735594;hb=306231655249a6c67f850f6b0e907ed931585b59;hp=fc0e222758effe13ce0346c3278337920e610256;hpb=ae5c8868f2bee81cebddf3251432eb47c3da3591;p=idzebra-moved-to-github.git diff --git a/isamb/benchindex1.c b/isamb/benchindex1.c index fc0e222..e0de99d 100644 --- a/isamb/benchindex1.c +++ b/isamb/benchindex1.c @@ -1,5 +1,5 @@ -/* $Id: benchindex1.c,v 1.8 2007-01-05 10:45:12 adam Exp $ - Copyright (C) 1995-2006 +/* $Id: benchindex1.c,v 1.10 2007-03-19 21:50:39 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -490,7 +490,7 @@ void index_marc_from_file(ISAMB isb, index_block_check_flush(b, isb, dict, no_docs); } index_block_flush(b, isb, dict, no_docs); - wrbuf_free(wrbuf, 1); + wrbuf_destroy(wrbuf); yaz_marc_destroy(mt); index_block_destroy(&b); }