X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_handle.c;h=9955132b34d0df332cb961f3a196165bc759554e;hb=1b8e1d7dfece31918056f76819c18675ed6e781e;hp=332cbf30f7a4e76d21ba2ce7e21f7c3d90c783fd;hpb=f4a6bacdb4ec6a7ba64635b1d568a60aa1648426;p=idzebra-moved-to-github.git diff --git a/data1/d1_handle.c b/data1/d1_handle.c index 332cbf3..9955132 100644 --- a/data1/d1_handle.c +++ b/data1/d1_handle.c @@ -1,5 +1,5 @@ -/* $Id: d1_handle.c,v 1.12 2006-06-08 10:33:19 adam Exp $ - Copyright (C) 1995-2005 +/* $Id: d1_handle.c,v 1.15 2007-03-19 21:50:39 adam Exp $ + Copyright (C) 1995-2007 Index Data ApS This file is part of the Zebra server. @@ -15,9 +15,9 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Zebra; see the file LICENSE.zebra. If not, write to the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ #include @@ -89,7 +89,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)