mirror of
https://github.com/swaywm/sway.git
synced 2026-04-16 08:21:30 -04:00
Merge 306ad8b4b7 into 81246fc6dc
This commit is contained in:
commit
29020fbf12
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ static void transaction_destroy(struct sway_transaction *transaction) {
|
|||
if (node->instruction == instruction) {
|
||||
node->instruction = NULL;
|
||||
}
|
||||
if (node->destroying && node->ntxnrefs == 0) {
|
||||
if (node->destroying && node->ntxnrefs == 0 && !node->dirty) {
|
||||
switch (node->type) {
|
||||
case N_ROOT:
|
||||
sway_assert(false, "Never reached");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue