aboutsummaryrefslogtreecommitdiff
path: root/src/ini.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ini.c')
-rw-r--r--src/ini.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ini.c b/src/ini.c
index cca302e..53d6c6d 100644
--- a/src/ini.c
+++ b/src/ini.c
@@ -323,7 +323,6 @@ struct INIFILE *ini_open(const char *filename) {
// no data, skip
if (!reading_value && isempty(line)) {
guard_free(value)
- value = NULL;
continue;
}