void SG_rbtree_ui64__free(
	SG_context * pCtx,
	SG_rbtree_ui64 * prb)
{
	SG_ERR_CHECK_RETURN(  SG_rbtree__free(pCtx,
										  (SG_rbtree *)prb)  );
}
示例#2
0
void _sg_repo__free_rbtree(SG_context* pCtx, void* assocData)
{
	SG_rbtree__free(pCtx, (SG_rbtree*)assocData);
}