Commit 4f0d6202 authored by emerit's avatar emerit
Browse files

fix windows build

parent 1493046d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1289,7 +1289,7 @@ void destroy_td_hrtf(
            free( ( *hHrtf )->ModelParams.azimBsShape_dyn[i] );
        }
        free( ( *hHrtf )->ModelParams.azimBsShape_dyn );
        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. */
        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. */

        for ( i = 0; i < ( *hHrtf )->ModelParams.elevDim3; i++ )
        {