mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
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);
|
||||
|
||||
Reference in New Issue
Block a user