Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18dc831e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix "Dereference of null pointer" compiler warning."

parents 9a6b9ed3 bf063732
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,6 +20,10 @@

*******************************************************************************/

#define LOG_TAG "NoiselessCoder"

#include "log/log.h"

#include "aac_rom.h"
#include "dyn_bits.h"
#include "bit_cnt.h"
@@ -296,6 +300,9 @@ noiselessCounter(SECTION_DATA *sectionData,
    case SHORT_WINDOW:
      sideInfoTab = sideInfoTabShort;
      break;
    default:
      ALOGE("invalid blockType: %d", blockType);
      return;
  }