We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b46c77 commit 8292363Copy full SHA for 8292363
drivers/wifi/nrf700x/osal/hw_if/hal/src/hal_api.c
@@ -1312,8 +1312,6 @@ struct wifi_nrf_hal_dev_ctx *wifi_nrf_hal_dev_add(struct wifi_nrf_hal_priv *hpri
1312
hal_dev_ctx->cmd_q);
1313
wifi_nrf_utils_q_free(hpriv->opriv,
1314
hal_dev_ctx->event_q);
1315
- wifi_nrf_osal_mem_free(hpriv->opriv,
1316
- hal_dev_ctx->rx_buf_info);
1317
wifi_nrf_osal_mem_free(hpriv->opriv,
1318
hal_dev_ctx);
1319
hal_dev_ctx = NULL;
0 commit comments