opt: Initialize all Client Pointers to NULL
This commit is contained in:
@@ -2858,7 +2858,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) {
|
||||
|
||||
Reference in New Issue
Block a user