mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-26 17:31:45 +02:00
Close the openned task dirs to prevent a leak
This commit is contained in:
@ -188,4 +188,6 @@ void game_mode_apply_ioprio(const GameModeContext *self, const pid_t client, int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
closedir(client_task_dir);
|
||||
}
|
||||
|
Reference in New Issue
Block a user