efl/src/tests/eo/suite
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
..
eo_error_msgs.c eo2: tests: extract mgs checks into eo_error_msgs.c|h 2014-04-10 04:20:20 +01:00
eo_error_msgs.h eo2: tests: extract mgs checks into eo_error_msgs.c|h 2014-04-10 04:20:20 +01:00
eo_suite.c Eo: protect against recursive object destruction calls, fixes T1741 2014-11-18 15:25:34 +00:00
eo_suite.h Eo: protect against recursive object destruction calls, fixes T1741 2014-11-18 15:25:34 +00:00
eo_test_call_errors.c eo: improve error reporting, update tests 2014-05-08 13:44:47 +02:00
eo_test_class_behaviour_errors.c Eo: fix error handling when too many deletions invocations occur. 2014-12-05 03:38:16 +02:00
eo_test_class_errors.c Eo2: Adjust test suite to recent changes. 2014-04-10 04:20:21 +01:00
eo_test_class_simple.c Eo: EO_BASE_CLASS->EO_CLASS. 2014-04-10 04:20:21 +01:00
eo_test_class_simple.h eo2: add tests for method call error msgs 2014-04-10 04:20:20 +01:00
eo_test_general.c Eo id: Add regression tests to eo id sanity checks 2014-10-22 11:43:45 +01:00
eo_test_init.c merge: add eo 2012-09-26 06:56:52 +00:00
eo_test_threaded_calls.c Eo: Get rid of eo_add_custom. 2014-09-25 10:30:56 +01:00
eo_test_value.c Eo tests: Fix bad free in eo_test_value 2015-01-12 11:56:42 +00:00