#include "cLowUnboxedArray.h" #include void finaliseUBA (UBA uba) { free(uba->block); free(uba); }