Commit 1a309337 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fix for lc3plus sanitizer

parent fbfeb333
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ ivas_error ISAR_LC3PLUS_ENC_Open(
#endif

    ( *handle )->pcm_conversion_buffer = NULL;
    ( *handle )->scratch = NULL;
    ( *handle )->num_encs = 0;
    if ( ( ( *handle )->handles = malloc( config.channels * sizeof( ISAR_LC3PLUS_ENC_HANDLE ) ) ) == NULL )
    {