Updated footer comment
[idzebra-moved-to-github.git] / data1 / d1_handle.c
index 68f4e02..e4ba4c3 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: d1_handle.c,v 1.14 2007-01-15 15:10:14 adam Exp $
-   Copyright (C) 1995-2007
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1994-2009 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)
@@ -175,6 +172,7 @@ int data1_is_xmlmode(data1_handle dh)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab