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

Commit bf8ecdce authored by Caroline Tice's avatar Caroline Tice Committed by android-build-merger
Browse files

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

am: d2862051

Change-Id: Icb470344054623197d204d8666941e5d58ea0c06
parents 5ffdae08 d2862051
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -20,11 +20,15 @@

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

#include "android/log.h"

#include "aac_rom.h"
#include "dyn_bits.h"
#include "bit_cnt.h"
#include "psy_const.h"

#define LOG_TAG "NoiselessCoder"

/*****************************************************************************
*
* function name: buildBitLookUp
@@ -296,6 +300,9 @@ noiselessCounter(SECTION_DATA *sectionData,
    case SHORT_WINDOW:
      sideInfoTab = sideInfoTabShort;
      break;
    default:
      ALOGE("invalid blockType: %d", blockType);
      return;
  }