Commit c12e3475 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

add init of pan_vector

parent 0409e964
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6026,6 +6026,10 @@ static ivas_error renderIsmToSba(

    push_wmops( "renderIsmToSba" );

#ifdef FIX_2331_CLANG18_MSAN_UNINIT_VARIABLE
    set_zero( currentPanGains, MAX_OUTPUT_CHANNELS );
#endif

    if ( ( error = getAudioConfigNumChannels( outConfig, &numOutChannels ) ) != IVAS_ERR_OK )
    {
        return error;