free((void*)hBinRendererTd->HrFiltSet_p->ModelParams.azimBsShape_fx);/* void* cast needed to please both gcc and Visual studio compilers. Deallocating const float** should be fine and gcc agrees, but Visual studio complains. */
free((void*)(*hHrtf)->ModelParams.azimBsShape_fx);/* void* cast needed to please both gcc and Visual studio compilers. Deallocating const float** should be fine and gcc agrees, but Visual studio complains. */