aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-03-25 01:45:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-03-25 01:45:18 -0400
commitb3a75ab73bf765553c0e105088eec64219ac524e (patch)
treed0a47d3c91eba2d833eb79b93acc9c420f9ae210
parent371085075c4a95bb8c4737e3c9db61f800e79537 (diff)
downloadstasis-b3a75ab73bf765553c0e105088eec64219ac524e.tar.gz
Close handle
-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