mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-11 16:08:41 +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];
|
return h->values[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static
|
||||||
|
void has_free(assoc_arr *h)
|
||||||
|
{
|
||||||
|
free(h);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user