mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 14:04:11 +01:00
Remove timer when transaction destroys
This commit is contained in:
parent
e8001e6fbe
commit
0085f64ac0
@ -102,6 +102,9 @@ static void transaction_destroy(struct sway_transaction *transaction) {
|
|||||||
list_foreach(transaction->damage, free);
|
list_foreach(transaction->damage, free);
|
||||||
list_free(transaction->damage);
|
list_free(transaction->damage);
|
||||||
|
|
||||||
|
if (transaction->timer) {
|
||||||
|
wl_event_source_remove(transaction->timer);
|
||||||
|
}
|
||||||
free(transaction);
|
free(transaction);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user