X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fccltoken.c;h=e4e2b5c830da4f670e67fe73d2244c94ecd930cb;hb=23511a86ab565d5a4ce3c8f5924a49e9d310ba98;hp=e9c1f347220ac21e9cc365f0dc18ba8c22739033;hpb=fdb80724c17104b31f80527cca19b433f6c2fc33;p=yaz-moved-to-github.git diff --git a/src/ccltoken.c b/src/ccltoken.c index e9c1f34..e4e2b5c 100644 --- a/src/ccltoken.c +++ b/src/ccltoken.c @@ -48,7 +48,7 @@ /* CCL - lexical analysis * Europagate, 1995 * - * $Id: ccltoken.c,v 1.12 2007-04-30 19:55:40 adam Exp $ + * $Id: ccltoken.c,v 1.13 2007-05-01 12:54:44 adam Exp $ * * Old Europagate Log: * @@ -307,7 +307,7 @@ static void destroy_ar(const char **a) int i; for (i = 0; a[i]; i++) xfree((char *) a[i]); - xfree(a); + xfree((char **)a); } }