Skip to content

Commit

Permalink
fclose
Browse files Browse the repository at this point in the history
  • Loading branch information
imaben committed Sep 1, 2020
1 parent cc96cfa commit be60a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions akm.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ static void akm_build_tree(char *filename, char *fullpath)

akm_build_node(trie, keyword, keyword_len, extension);
}
fclose(fp);
efree(line);
akm_trie_finalize (trie);
}
Expand Down

0 comments on commit be60a4d

Please sign in to comment.