mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-04 05:21:19 +00:00
Create the signal context object before the signal receiver object to get the signal receiver destroyed before the signal context. This avoids a 'specified signal-context capability has wrong type' warning when the signal receiver tries to free its managed context on destruction. Part of #448.