Diff between c7ee7091d2b2897dabf1a9fece66b52689701ae9 and b7a7b46af75392f375f3bf60c71e4ba4e92443ca

Changed Files

File Additions Deletions Status
src/main.c +2 -0 modified

Full Patch

diff --git a/src/main.c b/src/main.c
index 7517799..d302ffa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -164,6 +164,8 @@ static void check_config(GKeyFile *config)
 		if (!found)
 			warn("Unknown key %s in main.conf", keys[i]);
 	}
+
+	g_strfreev(keys);
 }
 
 static void parse_config(GKeyFile *config)