Skip to content

Commit

Permalink
bandx: free bandx all resources.
Browse files Browse the repository at this point in the history
Signed-off-by: HongChao6 <[email protected]>
  • Loading branch information
HongChao6 committed Dec 20, 2024
1 parent 3f01ba8 commit c86204f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandx/bandx_demo_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int main(int argc, FAR char* argv[])
// refresh lvgl ui
lv_nuttx_uv_loop(&ui_loop, &result);

lv_display_delete(result.disp);
lv_nuttx_deinit(&result);
lv_deinit();

return 0;
Expand Down

0 comments on commit c86204f

Please sign in to comment.