mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
parent
b7f2b92dbc
commit
bc3ba380ae
@ -215,7 +215,8 @@ Irq_session_component::Irq_session_component(Range_allocator *irq_alloc,
|
||||
|
||||
Irq_session_component::~Irq_session_component()
|
||||
{
|
||||
if (_proxy) return;
|
||||
if (!_proxy)
|
||||
return;
|
||||
|
||||
if (_irq_sigh.valid())
|
||||
_proxy->remove_sharer(&_irq_sigh);
|
||||
|
Loading…
Reference in New Issue
Block a user