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

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

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

am: 18dc831e

Change-Id: I416975454087a747946f55706bce70a7faa6b255
parents 90b59dbb 18dc831e
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;
  }