Skip to content

Commit

Permalink
Fix lvgl#1342 (regression from lvgl#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt authored Jan 6, 2020
1 parent 7d25f66 commit 492c9e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lv_core/lv_obj.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ void lv_init(void)
void lv_deinit(void)
{
lv_gc_clear_roots();
#if LV_USE_LOG
lv_log_register_print_cb(NULL);
#endif
lv_disp_set_default(NULL);
lv_mem_deinit();
lv_initialized = false;
Expand Down

0 comments on commit 492c9e4

Please sign in to comment.