X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=data1%2Fd1_handle.c;h=861f76f81cbbc81c9b53fc386ac33924c17fc988;hp=e5c4eaad1afaa87d3facafcaa7913d646129c982;hb=e2e073b5c947e996304ed7d577497af5e9a879ee;hpb=44621b084e8fdf06a45409754116e8810bd89664 diff --git a/data1/d1_handle.c b/data1/d1_handle.c index e5c4eaa..861f76f 100644 --- a/data1/d1_handle.c +++ b/data1/d1_handle.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2010 Index Data + Copyright (C) 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 @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -79,9 +82,9 @@ void data1_destroy (data1_handle dh) { if (!dh) return; - + /* *ostrich* - We need to destroy DFAs, in xp_element (xelm) definitions + We need to destroy DFAs, in xp_element (xelm) definitions pop, 2002-12-13 */ data1_absyn_destroy(dh); @@ -96,7 +99,7 @@ void data1_destroy (data1_handle dh) if (dh->map_buf) xfree (dh->map_buf); nmem_destroy (dh->mem); - + xfree (dh); }