You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at valgrind logs of anvil, it seems allocations that are part of KbdRc are never freed when exiting cleanly. It seems Drop is never called on KbdRc or SeatRc.
I think known_kbds needs to use Weak to avoid a reference cycle. I'm still unsure what is preventing SeatRc from being freed...
The text was updated successfully, but these errors were encountered:
Looking at
valgrind
logs of anvil, it seems allocations that are part ofKbdRc
are never freed when exiting cleanly. It seemsDrop
is never called onKbdRc
orSeatRc
.I think
known_kbds
needs to useWeak
to avoid a reference cycle. I'm still unsure what is preventingSeatRc
from being freed...The text was updated successfully, but these errors were encountered: