mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-20 15:08:40 +00:00
add assoc_arr free
This commit is contained in:
parent
0d7b5ec5a0
commit
bebd2a346b
|
|
@ -62,6 +62,12 @@ namespace Stdlib {
|
|||
|
||||
return h->values[i];
|
||||
}
|
||||
|
||||
static
|
||||
void has_free(assoc_arr *h)
|
||||
{
|
||||
free(h);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user