Fix crashes when using machine criterion (#5650)

Fixes #5616
This commit is contained in:
Orestis Floros
2023-09-03 19:32:42 +02:00
committed by GitHub
parent d6e2a38b5c
commit c6f62f4695
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
fix crashes when using machine criterion

View File

@ -80,6 +80,7 @@ void match_copy(Match *dest, Match *src) {
DUPLICATE_REGEX(instance);
DUPLICATE_REGEX(window_role);
DUPLICATE_REGEX(workspace);
DUPLICATE_REGEX(machine);
}
/*