nimble/l2cap: Add missing proc free in ecoc reconfig response

This commit is contained in:
Łukasz Rymanowski
2020-06-24 12:15:48 +02:00
committed by Szymon Janc
parent 96d7e8b1ae
commit fb3c31be66
+1
View File
@@ -864,6 +864,7 @@ ble_l2cap_sig_credit_base_reconfig_rsp_rx(uint16_t conn_handle,
rsp = (struct ble_l2cap_sig_credit_base_reconfig_rsp *)(*om)->om_data;
ble_l2cap_sig_coc_reconfig_cb(proc, (rsp->result > 0) ? BLE_HS_EREJECT : 0);
ble_l2cap_sig_proc_free(proc);
return 0;
}