stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8e1e1e5cf830e725594d8e38ef5c6711ca7d3de4

commit 8e1e1e5cf830e725594d8e38ef5c6711ca7d3de4
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Apr 8 13:21:27 2020 -0400

    tests/elm: explicitly destroy hoversel while active
    
    verify that there's no errors when this happens
    
    Reviewed-by: Stefan Schmidt <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D11704
---
 src/tests/elementary/elm_test_hoversel.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/tests/elementary/elm_test_hoversel.c 
b/src/tests/elementary/elm_test_hoversel.c
index 58b18b94ce..e00a073b09 100644
--- a/src/tests/elementary/elm_test_hoversel.c
+++ b/src/tests/elementary/elm_test_hoversel.c
@@ -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
 

-- 


Reply via email to