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

Commit a3ef108f authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Merge "Security: Fix heap use after free" into tm-qpr-dev am: 0c1d39b8

parents 94e3474b 0c1d39b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,8 +386,8 @@ static void btif_a2dp_sink_command_ready(BT_HDR_RIGID* p_msg) {
      break;
  }

  osi_free(p_msg);
  LOG_VERBOSE("%s: %s DONE", __func__, dump_media_event(p_msg->event));
  osi_free(p_msg);
}

void btif_a2dp_sink_update_decoder(const uint8_t* p_codec_info) {