tests/elm: explicitly destroy hoversel while active

verify that there's no errors when this happens

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11704
This commit is contained in:
Mike Blumenkrantz 2020-04-08 13:21:27 -04:00 committed by Stefan Schmidt
parent 2797827e6b
commit 8e1e1e5cf8
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ EFL_START_TEST(elm_test_hoversel_position)
ck_assert_int_le(x + w, 500);
ck_assert_int_le(y + h, 500);
}
evas_object_del(hoversel);
}
EFL_END_TEST