|
@@ -9300,8 +9300,10 @@ fail_mem_ctrl:
|
|
|
kfree(ipa3_ctx->ipa_tz_unlock_reg);
|
|
|
ipa3_ctx->ipa_tz_unlock_reg = NULL;
|
|
|
fail_tz_unlock_reg:
|
|
|
- if (ipa3_ctx->logbuf)
|
|
|
+ if (ipa3_ctx->logbuf) {
|
|
|
ipc_log_context_destroy(ipa3_ctx->logbuf);
|
|
|
+ ipa3_ctx->logbuf = NULL;
|
|
|
+ }
|
|
|
fail_uc_file_alloc:
|
|
|
kfree(ipa3_ctx->gsi_fw_file_name);
|
|
|
ipa3_ctx->gsi_fw_file_name = NULL;
|