@@ -188,4 +188,6 @@ void game_mode_apply_ioprio(const GameModeContext *self, const pid_t client, int
}
+
+ closedir(client_task_dir);
@@ -148,6 +148,8 @@ void game_mode_apply_renice(const GameModeContext *self, const pid_t client, int
strerror(errno));
void game_mode_apply_scheduling(const GameModeContext *self, const pid_t client)