opt: Initialize all Client Pointers to NULL

This commit is contained in:
DreamMaoMao 2025-10-06 14:11:36 +08:00
parent 36b523fd1a
commit d4868eb1e4
8 changed files with 51 additions and 52 deletions

View file

@ -2727,7 +2727,7 @@ void reapply_monitor_rules(void) {
}
void reapply_border(void) {
Client *c;
Client *c = NULL;
// reset border width when config change
wl_list_for_each(c, &clients, link) {