Skip to content

rusticl/event: use Weak refs for dependencies

Karol Herbst requested to merge karolherbst/mesa:rusticl/event/weak_deps into main

This fixes a potential stack overflow when the dep chain of events gets too long and droped all at the same time.

Cc: mesa-stable

Merge request reports