Commit 4863ff58 authored by emerit's avatar emerit
Browse files

Fix wrong test

parent cf55a72a
Loading
Loading
Loading
Loading
+30 −29
Original line number Diff line number Diff line
@@ -2627,6 +2627,7 @@ int16_t check_bin_file( FILE *hrtf_bin_file )
        while ( fread( &hrtf_header, sizeof( ivas_hrtfs_header_t ), 1, hrtf_bin_file ) == 1 )
        {
#endif
            /* only valid if binary file = rom file
                        hrtf_data = (char *) malloc( hrtf_header.data_size );
                        if ( hrtf_data == NULL )
                        {
@@ -2656,7 +2657,7 @@ int16_t check_bin_file( FILE *hrtf_bin_file )
                                free( file_header );
                            free( hrtf_data );
                            return -1;
            }
                        }*/
        }

        if ( file_header != NULL )