eina_content: free eina content in the test:

Fix the unbelievable High prioritized CID 1420314
This commit is contained in:
Marcel Hollerbach 2020-04-17 10:49:30 +02:00
parent 9edce20081
commit b746e82b07
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ EFL_START_TEST(eina_test_content_value_set)
ck_assert_str_eq(eina_content_type_get(content), "text/plain");
eina_content_free(content);
eina_content_free(a);
}
EFL_END_TEST