lxip: dissolve receiver in socket handler

Fixes #1179.
This commit is contained in:
Josef Söntgen 2014-06-03 15:10:29 +02:00 committed by Norman Feske
parent f45cf49405
commit 7d593f2582
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ class Net::Socketcall : public Genode::Signal_dispatcher_base,
start();
}
~Socketcall() { Env::receiver()->dissolve(this); }
void entry()
{