X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Fbenchindex1.c;fp=isamb%2Fbenchindex1.c;h=e0de99dbc657a731cc87552c93a4e2e96f735594;hb=3e4a78274a6cb7a99f3e90967ea30c830ffbf8c3;hp=9c4f01da982b0ef450bc128d5045c3e992b541f2;hpb=9982694ca69efc2bf4db54cd5b5607e3680cd32a;p=idzebra-moved-to-github.git diff --git a/isamb/benchindex1.c b/isamb/benchindex1.c index 9c4f01d..e0de99d 100644 --- a/isamb/benchindex1.c +++ b/isamb/benchindex1.c @@ -1,4 +1,4 @@ -/* $Id: benchindex1.c,v 1.9 2007-01-15 15:10:17 adam Exp $ +/* $Id: benchindex1.c,v 1.10 2007-03-19 21:50:39 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -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); }