Skip to content

Commit

Permalink
Merge branch 'backport_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh(backport v4.4)

See merge request espressif/esp-idf!25958
  • Loading branch information
Isl2017 committed Sep 15, 2023
2 parents c57d30e + 19ed554 commit e9d442d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,7 @@ static void bt_mesh_bta_gattc_cb(tBTA_GATTC_EVT event, tBTA_GATTC *p_data)
}
break;
case BTA_GATTC_CLOSE_EVT:
bta_gattc_clcb_dealloc_by_conn_id(p_data->close.conn_id);
BT_DBG("BTA_GATTC_CLOSE_EVT");
break;
case BTA_GATTC_CONNECT_EVT: {
Expand Down

0 comments on commit e9d442d

Please sign in to comment.