Loading lib_rend/ivas_efap.c +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ ivas_error efap_init_data( } #ifdef FIX_1050_EFAP_ALLOC /* calculate upper bound of number of polygons required (heuristic) */ polyset_size = (int8_t) 2 * num_speaker_nodes + 8; polyset_size = (int8_t) ( 2 * num_speaker_nodes + 8 ); /* Memory allocation for the polyset array */ if ( ( efap->polyData.polysetArray = (EFAP_POLYSET *) malloc( polyset_size * sizeof( EFAP_POLYSET ) ) ) == NULL ) Loading Loading
lib_rend/ivas_efap.c +1 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,7 @@ ivas_error efap_init_data( } #ifdef FIX_1050_EFAP_ALLOC /* calculate upper bound of number of polygons required (heuristic) */ polyset_size = (int8_t) 2 * num_speaker_nodes + 8; polyset_size = (int8_t) ( 2 * num_speaker_nodes + 8 ); /* Memory allocation for the polyset array */ if ( ( efap->polyData.polysetArray = (EFAP_POLYSET *) malloc( polyset_size * sizeof( EFAP_POLYSET ) ) ) == NULL ) Loading