mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-06 13:18:31 +02:00
daemon: fix file descriptor leaks
This commit is contained in:
@@ -362,6 +362,7 @@ static void load_config_files(GameModeConfig *self)
|
||||
if (error) {
|
||||
LOG_MSG("Failed to parse config file - error on line %d!\n", error);
|
||||
}
|
||||
fclose(f);
|
||||
}
|
||||
free(path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user