Skip to content
Snippets Groups Projects
Commit e6199994 authored by floreal.risso's avatar floreal.risso
Browse files

fix: leak close

parent dadb4703
Branches
Tags
2 merge requests!9fix sensor example (doc),!7Add memory counters and fix makefile
......@@ -326,6 +326,7 @@ TFUNCTION(test_dummy_file, {
for (unsigned int i = 0; i < __NB_KEYS; i++) {
TEST_INT(&(results.values[i]), &(expected.values[i]));
}
fclose(file);
})
TFILE_ENTRY_POINT(test_info_reader, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment