updated Deb control description so that IDZebra is not mentioned
[idzebra-moved-to-github.git] / index / regxread.c
index 77404b8..ecf8f95 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: regxread.c,v 1.5 2006-10-30 14:05:30 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
@@ -646,7 +643,7 @@ int readFileSpec (struct lexSpec *spec)
         }
     }
     fclose (spec_inf);
-    wrbuf_free(lineBuf, 1);
+    wrbuf_destroy(lineBuf);
 
     for (lc = spec->context; lc; lc = lc->next)
     {