run cppcheck and fix issues

This commit is contained in:
Gabor Kiss-Vamosi
2020-02-25 15:32:35 +01:00
parent 10ae15e030
commit 16ed5c605a
31 changed files with 124 additions and 146 deletions

View File

@@ -156,7 +156,6 @@ lv_obj_t * lv_keyboard_create(lv_obj_t * par, const lv_obj_t * copy)
/*Copy an existing keyboard*/
else {
lv_keyboard_ext_t * copy_ext = lv_obj_get_ext_attr(copy);
ext->ta = NULL;
ext->ta = copy_ext->ta;
ext->mode = copy_ext->mode;
ext->cursor_mng = copy_ext->cursor_mng;