efl/src/tests/eo
Avi Levin dad44a7100 Eo tests: Fix bad free in eo_test_value
When running eo_test_suite we get an memory error: "double free or corruption".
That error arises because we try to free an Eina_Value value in eo_test_value
that doesn't need to freed.
I switched the eina_value_free to wina_value_flush, the proper way of
releasing it.

@fix
2015-01-12 11:56:42 +00:00
..
access Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
children Eo: Change eo_add/del/unref behaviour. 2014-09-25 17:38:45 +01:00
composite_objects Eo composite objs: Add a test for the recent comp obj fix. 2014-10-28 16:19:30 +00:00
constructors eo: constructor tests do not use eo_add_custom(..) 2014-07-03 10:44:15 +02:00
function_overrides Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
interface Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
mixin Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
signals Eo base: rename event_freeze_get to event_freeze_count_get. 2014-06-02 12:50:23 +01:00
suite Eo tests: Fix bad free in eo_test_value 2015-01-12 11:56:42 +00:00
.gitignore Eo: Add tests dir to .gitignore 2014-04-22 09:54:24 +03:00
eunit_tests.h Eo tests: Fix function overrides test to not test some things when NDEBUG is used. 2013-01-18 16:13:30 +00:00