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