void dtor()

in c_src/hyper_carray.c [326:329]


void dtor(ErlNifEnv * env, void *obj)
{
	enif_release_resource(obj);
}