extflat/EFdef.c: hash constify freeMalloc() constness cast
This is a result of hash.[ch] constification
This commit is contained in:
parent
a11352970f
commit
55d15ffaa5
|
|
@ -167,7 +167,7 @@ EFDone(func)
|
|||
while ((he = HashNext(&efFreeHashTable, &hs)))
|
||||
{
|
||||
/* Keys of this table are entries to be free'd */
|
||||
freeMagic(he->h_key.h_ptr);
|
||||
freeMagic((void *)he->h_key.h_ptr);
|
||||
}
|
||||
HashKill(&efFreeHashTable);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue