aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine.c b/src/engine.c
index 49bd061..f20cad0 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -27,6 +27,7 @@ handle_include(char **buffer, key_match_t *match, directive_t *directive)
printf("Could not open: %s\n", partial_path);
return;
}
+ free(partial_path);
unsigned int size = fsize(f);
char *partial_content = fcontent(f, size);