mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +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_free(transaction->damage);
|
||||
|
||||
if (transaction->timer) {
|
||||
wl_event_source_remove(transaction->timer);
|
||||
}
|
||||
free(transaction);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user