Skip to content

Commit

Permalink
Fix crashes when using machine criterion (#5650)
Browse files Browse the repository at this point in the history
Fixes #5616
  • Loading branch information
orestisfl committed Sep 3, 2023
1 parent d6e2a38 commit c6f62f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/bugfixes/4-machine-crash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix crashes when using machine criterion
1 change: 1 addition & 0 deletions src/match.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ void match_copy(Match *dest, Match *src) {
DUPLICATE_REGEX(instance);
DUPLICATE_REGEX(window_role);
DUPLICATE_REGEX(workspace);
DUPLICATE_REGEX(machine);
}

/*
Expand Down

0 comments on commit c6f62f4

Please sign in to comment.