Commit 35730234 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

Merge branch 'isar_selection_branch' of...

Merge branch 'isar_selection_branch' of https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec into isar_selection_branch
parents 0149f90f cdc05e71
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -203,7 +203,7 @@ static void CompleteTables( LCLDDecoder *psLCLDDecoder, int32_t n, TableList *pt

    iMaxTables = 1 << iReadLength;
    psLCLDDecoder->c_apauiHuffDecTable_RAM[n] =
        malloc( iTablesCreated * iMaxTables * sizeof( uint32_t * ) );
        malloc( iTablesCreated * iMaxTables * sizeof( uint32_t ) );

    poNode = ptable_list->poOrderedTop;
    for ( j = 0; j < iTablesCreated; j++ )