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 8292363 commit ddb5e8bCopy full SHA for ddb5e8b
drivers/wifi/nrf700x/zephyr/src/zephyr_fmac_main.c
@@ -161,7 +161,6 @@ enum wifi_nrf_status wifi_nrf_fmac_dev_add_zep(struct wifi_nrf_drv_priv_zep *drv
161
162
if (!rpu_ctx) {
163
LOG_ERR("%s: wifi_nrf_fmac_dev_add failed\n", __func__);
164
- k_free(rpu_ctx_zep);
165
rpu_ctx_zep = NULL;
166
goto out;
167
}
0 commit comments