efl.ui.textbox: use efl_del with efl_duplicate

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11069
This commit is contained in:
Ali Alzyod 2020-01-12 17:04:12 +00:00 committed by Marcel Hollerbach
parent 66c485d232
commit b2829634fc
1 changed files with 1 additions and 1 deletions

View File

@ -927,7 +927,7 @@ _delete_emit(Eo *obj, Efl_Text_Cursor *c, Efl_Ui_Internal_Text_Interactive_Data
}
efl_text_cursor_move(cur, EFL_TEXT_CURSOR_MOVE_TYPE_CHAR_PREV);
}
efl_unref(cur);
efl_del(cur);
cur = NULL;
Efl_Text_Change_Info info = { NULL, 0, 0, 0, 0 };