From 924c8e9ae1bf1780447180ae717467d1beefc8fa Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 26 Feb 2024 10:03:34 -0500 Subject: Fixes several memory leaks --- src/ini.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ini.c') 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; } -- cgit