X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_handle.c;h=b792a91c45fb375679705928e29f6e8fb62ac3a9;hb=617e9bf364131235f70aedd813fedabe278a061c;hp=65ba597171b1b331aa0ec950695985ee2c3f1d0f;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/data1/d1_handle.c b/data1/d1_handle.c index 65ba597..b792a91 100644 --- a/data1/d1_handle.c +++ b/data1/d1_handle.c @@ -1,8 +1,5 @@ -/* $Id: d1_handle.c,v 1.13 2006-08-14 10:40:06 adam Exp $ - Copyright (C) 1995-2006 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1995-2008 Index Data Zebra 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 @@ -89,7 +86,7 @@ void data1_destroy (data1_handle dh) */ data1_absyn_destroy(dh); - wrbuf_free (dh->wrbuf, 1); + wrbuf_destroy(dh->wrbuf); if (dh->tab_path) xfree (dh->tab_path); if (dh->tab_root)