aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ini.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ini.c b/src/ini.c
index 4e36494..55d092f 100644
--- a/src/ini.c
+++ b/src/ini.c
@@ -410,6 +410,7 @@ struct INIFILE *ini_open(const char *filename) {
reading_value = 1;
}
}
+ fclose(fp);
return ini;
} \ No newline at end of file