Skip to content

Commit

Permalink
fix(br): fix ot netif destroy netif order issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zwx1995esp committed Dec 15, 2023
1 parent 98e0393 commit c32463b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ static void ot_task_worker(void *ctx)

// Clean up
esp_netif_destroy(openthread_netif);
esp_openthread_netif_glue_deinit();
esp_vfs_eventfd_unregister();
esp_openthread_netif_glue_deinit();
esp_rcp_update_deinit();
vTaskDelete(NULL);
}
Expand Down

0 comments on commit c32463b

Please sign in to comment.