X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=data1%2Fd1_handle.c;h=e2bfd373d1cfc34cd70df79dbc3adfc5fbf5206e;hb=585e87e5a6b274a8ee13b5432a462afd95c04096;hp=e5c4eaad1afaa87d3facafcaa7913d646129c982;hpb=44621b084e8fdf06a45409754116e8810bd89664;p=idzebra-moved-to-github.git diff --git a/data1/d1_handle.c b/data1/d1_handle.c index e5c4eaa..e2bfd37 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) 2004-2013 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); }