eina_test_file: Fix memory leak

Summary:
Coverity reports that we leak big_buffer here, so lets free it.

Fixes CID1401072

@fix

Reviewers: raster, cedric, zmike, bu5hm4n, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8759
This commit is contained in:
Christopher Michael 2019-05-02 13:40:31 +02:00 committed by Xavi Artigas
parent ebd8b21d30
commit a2e8747ec8
1 changed files with 1 additions and 1 deletions

View File

@ -430,8 +430,8 @@ EFL_START_TEST(eina_file_map_new_test)
free(test_file_path);
free(test_file2_path);
free(big_buffer);
eina_tmpstr_del(test_dirname);
}
EFL_END_TEST