X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=hash.c;fp=hash.c;h=03def747c2fb5d77707316a3eb797af267d811fe;hb=58d762ea573eb3cfea626bb52ea7a99e24b8a0aa;hp=9ee8b9bd62e9d4203743d3fd16f635b268340845;hpb=98ee16938c903e9d1d5bb9b720f9cfef1fa2ec0a;p=onak.git diff --git a/hash.c b/hash.c index 9ee8b9b..03def74 100644 --- a/hash.c +++ b/hash.c @@ -5,7 +5,7 @@ * * Copyright 2000-2002 Project Purple * - * $Id: hash.c,v 1.8 2003/06/04 20:57:08 noodles Exp $ + * $Id: hash.c,v 1.9 2003/10/04 10:21:40 noodles Exp $ */ #include @@ -57,7 +57,7 @@ void destroyhash(void) * TODO: The problem is the object has pointers that * need freed too. */ - llfree(curll, free_statskey); + llfree(curll, (void (*)(void *)) free_statskey); hashtable[i] = NULL; } elements = 0;